Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Jan 29, 2025
1 parent 83aaada commit f1f334f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/derive/elpi/param2.elpi
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ dispatch (const GR as C) Suffix Clauses :- do! [
C1 = (param Term Term (global (const TermR)) :- !),
coq.elpi.accumulate _ "derive.param2.db" (clause _ (before "param:fail") C1),
C2 = (paramR Term Term (global (const TermR)) :- !),
coq.elpi.accumulate _ "derive.param2.db" (clause _ (before "paramR:fail") C1),
coq.elpi.accumulate _ "derive.param2.db" (clause _ (before "paramR:fail") C2),
coq.elpi.accumulate _ "derive.param2.db" (clause _ _ (param-done C)),
Clauses = [param-done C, C1, C2]
].
Expand Down

0 comments on commit f1f334f

Please sign in to comment.