Skip to content

Commit 2812b72

Browse files
committed
Locality can be charged to coq.elpi.add-predicate
1 parent cddb738 commit 2812b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/tc/elpi/create_tc_predicate.elpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pred declare-class-in-coq i:gref.
6969
declare-class-in-coq ClassGR :-
7070
attr->modes CoqModes,
7171
if (CoqModes = []) true
72-
(@global! => coq.hints.add-mode ClassGR "typeclass_instances" CoqModes),
72+
(coq.hints.add-mode ClassGR "typeclass_instances" CoqModes),
7373
% CAVEAT: this triggers the observer
7474
coq.TC.declare-class ClassGR,
7575
attr->search-mode SearchMode,

0 commit comments

Comments
 (0)