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 b70ed75 commit bc4ff5dCopy full SHA for bc4ff5d
HB/structure.elpi
@@ -107,9 +107,8 @@ declare Module B :- std.do! [
107
108
if-verbose (coq.say "HB: declaring on abbreviation"),
109
110
- (pi t1 t2\ coq.notation.abbreviation ClassForAbbrev [t1, t2] (ClassForAbbrevDiag t1 t2)),
111
@global! => log.coq.notation.add-abbreviation "on" 1
112
- {{fun T => lp:{{ ClassForAbbrevDiag {{ T }} _ }} }} tt _,
+ {{fun T => lp:{{ ClassForAbbrev {{ T }} _ }} }} tt _,
113
114
log.coq.env.end-module-name Module ModulePath,
115
0 commit comments