Skip to content

Commit bee020d

Browse files
committed
Fix call to coq.env.add-section-variable
1 parent 3491882 commit bee020d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HB/common/log.elpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ env.add-const-noimplicits-failondup Name Bo Ty Opaque C :- std.do! [
7171
pred env.add-section-variable-noimplicits i:id, i:term, o:constant.
7272
env.add-section-variable-noimplicits Name Ty C :- std.do! [
7373
if (Name = "_") (ID is "fresh_name_" ^ {std.any->string {new_int}}) (ID = Name),
74-
@local! => coq.env.add-section-variable ID Ty C,
74+
@local! => coq.env.add-section-variable ID _ Ty C,
7575
log.private.log-vernac (log.private.coq.vernac.variable ID Ty),
7676
@local! => arguments.set-implicit (const C) [[]],
7777
].

0 commit comments

Comments
 (0)