Skip to content

Commit

Permalink
test commit, minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ptorrx committed Aug 3, 2023
1 parent 7835883 commit f8da435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HB/instance.elpi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ declare-existing T0 F0 :- std.do! [
pred declare-const i:id, i:term, i:arity, o:list (pair id constant).
declare-const Name BodySkel TyWPSkel CSL :- std.do! [

coq.say "DC************************* NOW RUNNING (entry point) declare-const Name BodySkel TyWPSkel CSL",
coq.say "DC************************ NOW RUNNING (entry point) declare-const Name BodySkel TyWPSkel CSL",
coq.say "DC!!!!!!!!!!!!! In Name = " Name,
coq.say "DC!!!!!!!!!!!!! In BodySkel = " BodySkel,
coq.say "DC!!!!!!!!!!!!! In TyWPSkel = " TyWPSkel,
Expand Down Expand Up @@ -542,7 +542,7 @@ declare-canonical-instances-from-factory Factory T F CSL :- std.do! [

% Clauses, MCSL and AllSubjects are outputs. currently, AllSubjects = [T]
add-all-mixins T Factory ML tt ClausesFromF MCSL AllSubjects,
coq.say "DCIFF!!!!!!!!!! Ex AllSubjects = " AllSubjects,
coq.say "DCIFF!!!!!!!!!!! Ex AllSubjects = " AllSubjects,
% old (Clauses not used)
% instance.declare-all T {findall-classes-for ML} CCSL,
hcumul-forall AllSubjects (s \
Expand Down

0 comments on commit f8da435

Please sign in to comment.