Skip to content

Commit

Permalink
Adapt to coq/coq#18989 (warn when auto lowering inductive to Prop)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Apr 30, 2024
1 parent ad4d080 commit 6c3e68f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coq_elpi_HOAS.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2893,6 +2893,7 @@ let lp2inductive_entry ~depth coq_ctx constraints state t =
~variances
~ctx_params:(nuparams @ params)
~indnames:[itname]
~arities_explicit:[true]
~arities:[arity]
~template_syntax:[SyntaxAllowsTemplatePoly]
~constructors:[knames, ktypes]
Expand Down

0 comments on commit 6c3e68f

Please sign in to comment.