Skip to content

Commit 7677ccf

Browse files
authored
Merge pull request #135 from ppedrot/rm-tc-evd-hook
Adapt w.r.t. coq/coq#20278.
2 parents edf36fd + 1ef7f96 commit 7677ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parametricity.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let mkannot = Context.make_annot
2525
let error msg = CErrors.user_err msg
2626

2727
let new_evar_compat env evd uf_opaque_stmt =
28-
Evarutil.new_evar env evd uf_opaque_stmt
28+
Evarutil.new_evar ~typeclass_candidate:false env evd uf_opaque_stmt
2929

3030
module CoqConstants = struct
3131
let msg = "parametricity: unable to fetch constants"

0 commit comments

Comments
 (0)