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 c77f721 commit 27ff0c0Copy full SHA for 27ff0c0
hb.elpi
@@ -494,8 +494,9 @@ distinct-pairs-below CurrentClass AllSuper C1 C2 :-
494
pred assert-building-bottom-up i:class, i:classname.
495
assert-building-bottom-up CurrentClass C3n :-
496
class-def (class C3n X Y),
497
+ CurrentClass = class CC _ _,
498
if (not (sub-class? CurrentClass (class C3n X Y)))
- (coq.error "You must declare" CurrentClass "before" C3n)
499
+ (coq.error "You must declare the current class" CC "before" C3n)
500
true.
501
502
pred distinct-pairs_pair i:prop, o:pair class class.
0 commit comments