Skip to content

Commit

Permalink
Adapt to coq/coq#17754
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Jun 25, 2023
1 parent af9b36d commit 78b48d2
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 78b48d2

Please sign in to comment.