We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63623cf commit 7917d4dCopy full SHA for 7917d4d
apps/tc/elpi/tc_aux.elpi
@@ -158,7 +158,8 @@ namespace tc {
158
159
pred remove-clause i:string, i:prop, i:list prop.
160
remove-clause ClauseName P Locality :-
161
- Locality => add-tc-db _ (remove ClauseName) P.
+ %Locality => add-tc-db _ (remove ClauseName) P.
162
+ Locality => add-tc-db _ (replace ClauseName) (P :- fail).
163
164
% [section-var->decl.aux L R] auxiliary function for `section-var->decl`
165
pred section-var->decl.aux i:list constant, o:list prop.
0 commit comments