Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Nov 14, 2024
1 parent 86a27c4 commit f79d8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/derive/elpi/eqbcorrect.elpi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* ------------------------------------------------------------------------- */

type feqb.trm->term trm -> term -> prop.
% type stop string -> prop.
type stop string -> prop.

macro @pi-trm N T F :-
pi x xx\ decl x N T => (feqb.trm->term xx x :- !) => F xx x.
Expand Down Expand Up @@ -97,7 +97,7 @@ main (const C) Prefix [Clause] :- std.do! [
Clause = (eqcorrect-for (const C) CC CR),
coq.elpi.accumulate _ "derive.eqbcorrect.db" (clause _ _ Clause),
].
main (indc _) _ _ :- /*stop*/ coq.error "derive.eqbcorrect does not work on a constructor".
main (indc _) _ _ :- stop "derive.eqbcorrect does not work on a constructor".

%---------------------------------------------------------------------------

Expand Down

0 comments on commit f79d8f2

Please sign in to comment.