Skip to content

Commit 23b08b1

Browse files
committed
fix HB.tag
1 parent 3439f6c commit 23b08b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structures.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ main [const-decl Name (some BodySkel) AritySkel] :- !, std.do! [
10791079
coq.arity->term Arity Ty,
10801080
std.assert-ok! (coq.elaborate-skeleton BodySkel Ty Body) "HB: body illtyped",
10811081
with-attributes (with-logging (std.do! [
1082-
log.coq.env.add-const-noimplicits Name Body Ty @transparent! C,
1082+
log.coq.env.add-const Name Body Ty @transparent! C,
10831083
coq.arity->implicits Arity CImpls,
10841084
if (coq.any-implicit? CImpls)
10851085
(@global! => coq.arguments.set-implicit (const C) [CImpls])

0 commit comments

Comments
 (0)