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 1cd391b commit 86a27c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/derive/elpi/eqbOK.elpi
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ main (const C) Prefix [CL] :- std.do! [
CL = eqbok-for (const C) Reflect,
coq.elpi.accumulate _ "derive.eqbOK.db" (clause _ _ CL),
].
main (indc _) _ _ :- /*stop*/ coq.error "cannot call eqbOK on a constructor".
main (indc _) _ _ :- stop "cannot call eqbOK on a constructor".

}
1 change: 1 addition & 0 deletions apps/derive/theories/derive/eqbOK.v
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ From elpi.apps.derive.elpi Extra Dependency "derive_synterp_hook.elpi" as derive
Elpi Db derive.eqbOK.db lp:{{

pred eqbok-for o:gref, o:constant.
type stop string -> prop.

}}.

Expand Down

0 comments on commit 86a27c4

Please sign in to comment.