Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template-coq/src/tm_util.ml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ module RetypeMindEntry =
let _, indsort = Reduction.dest_arity env oib.mind_entry_arity in
let indsort = EConstr.ESorts.make indsort in
(* Hacky, but we don't have a good way to enfore max() <= max() constraints yet *)
let evm = try Evd.set_leq_sort env evm cstrsort indsort with e -> evm in
let evm = try Evd.set_leq_sort evm cstrsort indsort with e -> evm in
evm)
evm mind.mind_entry_inds
in
Expand Down
Loading