Skip to content

Commit

Permalink
Fix deprecation and unnecessary module
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam82 committed May 21, 2024
1 parent 979702a commit b1e6dcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion template-coq/gen-src/metacoq_template_plugin.mlpack
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ TemplateProgram

Wf
NoConfusion
MCUint63
Init
FloatClass
DepElim
Expand Down
2 changes: 1 addition & 1 deletion template-coq/src/quoter.ml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ struct

let cofixpoint_arities ts =
let cofix_arity t =
let ctx, _concl = Term.decompose_prod_assum t in
let ctx, _concl = Term.decompose_prod_decls t in
Context.Rel.nhyps ctx
in Array.map cofix_arity ts

Expand Down

0 comments on commit b1e6dcd

Please sign in to comment.