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.
coq.env.add-section-variable
1 parent 3491882 commit bee020dCopy full SHA for bee020d
HB/common/log.elpi
@@ -71,7 +71,7 @@ env.add-const-noimplicits-failondup Name Bo Ty Opaque C :- std.do! [
71
pred env.add-section-variable-noimplicits i:id, i:term, o:constant.
72
env.add-section-variable-noimplicits Name Ty C :- std.do! [
73
if (Name = "_") (ID is "fresh_name_" ^ {std.any->string {new_int}}) (ID = Name),
74
- @local! => coq.env.add-section-variable ID Ty C,
+ @local! => coq.env.add-section-variable ID _ Ty C,
75
log.private.log-vernac (log.private.coq.vernac.variable ID Ty),
76
@local! => arguments.set-implicit (const C) [[]],
77
].
0 commit comments