Skip to content

Commit b51dfa8

Browse files
committed
1 parent cb2d187 commit b51dfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coq_elpi_builtins.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ Supported attributes:
17841784
in
17851785
let nenv, vars =
17861786
{ nenv with Notation_term.ninterp_var_type =
1787-
Id.Map.add id Notation_term.NtnInternTypeAny
1787+
Id.Map.add id (Notation_term.NtnInternTypeAny None)
17881788
nenv.Notation_term.ninterp_var_type },
17891789
(id, ((Constrexpr.InConstrEntrySomeLevel,(None,[])),Notation_term.NtnTypeConstr)) :: vars in
17901790
let env = EConstr.push_rel (Context.Rel.Declaration.LocalAssum(name,ty)) env in

0 commit comments

Comments
 (0)