You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std.assert! (CoqModesList = [HintModesFst]) "At the moment we only allow TC with one Hint Mode",
22
+
std.assert! (CoqModesList = [HintModesFst]) {calc ("At the moment we only allow TC with one Hint Mode (cause by class" ^ {coq.gref->string ClassGR} ^ ")")},
22
23
std.append {std.map HintModesFst coq-mode->elpi} [pr out "term"] Modes.
23
-
modes-of-class ClassGr Modes :-
24
-
coq.env.typeof ClassGr ClassTy,
24
+
modes-of-class ClassGR Modes :-
25
+
coq.env.typeof ClassGR ClassTy,
25
26
N is {coq.count-prods ClassTy} + 1, % + 1 for the solution
0 commit comments