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 src/parametricity.ml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let mkannot = Context.make_annot
let error msg = CErrors.user_err msg

let new_evar_compat env evd uf_opaque_stmt =
Evarutil.new_evar env evd uf_opaque_stmt
Evarutil.new_evar ~typeclass_candidate:false env evd uf_opaque_stmt

module CoqConstants = struct
let msg = "parametricity: unable to fetch constants"
Expand Down
Loading