Skip to content

Commit

Permalink
Merge pull request #471 from proux01/coq_17754
Browse files Browse the repository at this point in the history
Adapt to coq/coq#17754
  • Loading branch information
ppedrot authored Jun 27, 2023
2 parents af9b36d + 78b48d2 commit d39c6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coq_elpi_arg_HOAS.ml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ let univpoly_of ~poly ~cumulative =
if notations != [] then CErrors.user_err Pp.(str "notations not supported");
let name = [Names.Id.to_string name.CAst.v] in
let constructors =
List.map (function (Vernacexpr.(NoCoercion,NoInstance),c) -> c
List.map (function (Vernacexpr.(_,NoCoercion,NoInstance),c) -> c
| _ -> CErrors.user_err Pp.(str "coercion and instance flags not supported"))
constructors in
let { template; udecl; cumulative; poly; finite } = flags in
Expand Down

0 comments on commit d39c6ca

Please sign in to comment.