Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Sep 19, 2024
1 parent 63623cf commit 7917d4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/tc/elpi/tc_aux.elpi
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ namespace tc {

pred remove-clause i:string, i:prop, i:list prop.
remove-clause ClauseName P Locality :-
Locality => add-tc-db _ (remove ClauseName) P.
%Locality => add-tc-db _ (remove ClauseName) P.
Locality => add-tc-db _ (replace ClauseName) (P :- fail).

% [section-var->decl.aux L R] auxiliary function for `section-var->decl`
pred section-var->decl.aux i:list constant, o:list prop.
Expand Down

0 comments on commit 7917d4d

Please sign in to comment.