Skip to content

Commit

Permalink
Merge pull request #479 from proux01/coq_17823
Browse files Browse the repository at this point in the history
Adapt to coq/coq#17823
  • Loading branch information
gares committed Jul 9, 2023
2 parents d39c6ca + b21d4a3 commit 38d0528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coq_elpi_builtins.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2923,7 +2923,7 @@ Supported attributes:
{ nenv with Notation_term.ninterp_var_type =
Id.Map.add id (Notation_term.NtnInternTypeAny None)
nenv.Notation_term.ninterp_var_type },
(id, ((Constrexpr.(InConstrEntry,(LevelSome,None)),([],[])),Notation_term.NtnTypeConstr)) :: vars in
(id, ((Notation_ops.constr_some_level,([],[])),Notation_term.NtnTypeConstr)) :: vars in
let env = EConstr.push_rel (Context.Rel.Declaration.LocalAssum(name,ty)) env in
aux vars nenv env (n-1) t
| _ ->
Expand Down

0 comments on commit 38d0528

Please sign in to comment.