Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tragicus committed May 28, 2024
1 parent e375fb0 commit 4542b75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HB/structure.elpi
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ declare Module BSkel Sort :- std.do! [
(if-arg-sort (private.declare-sort-coercion-elpi (global Structure) (global (const ArgSortCst))),
private.declare-sort-coercion-elpi (global Structure) SortProjection),

private.declare-generic-coercion-elpi Structure,
private.declare-reverse-coercion-elpi Structure,

if-verbose (coq.say {header} "exporting unification hints"),
ClassAlias => Factories => GRDepsClauses =>
Expand Down Expand Up @@ -558,8 +558,8 @@ declare-sort-coercion-elpi Structure Proj :-
coq.elpi.accumulate _ "coercion.db" (clause _ _ Clause).

% Declares a reverse coercion for the sort projection in elpi's coercion db
pred declare-generic-coercion-elpi i:gref.
declare-generic-coercion-elpi Structure :-
pred declare-reverse-coercion-elpi i:gref.
declare-reverse-coercion-elpi Structure :-

if-verbose (coq.say {header} "declare reverse coercion in elpi"),

Expand Down

0 comments on commit 4542b75

Please sign in to comment.