aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
authorEnrico Tassi2018-11-07 13:18:13 +0100
committerEnrico Tassi2018-11-07 13:20:05 +0100
commite2e45e45a09ab25bf33ba49eef5a7cba9a30b337 (patch)
tree95a3ed2a915f005eca046bbb85d89e4702c8d46e /proofs
parent14c55444b3bd574f77b4443916c55f8f102414b6 (diff)
Revert "Do not allow spliting in res_pf, this is reserved for pretyping"
This reverts commit 8d8200d4bff3ffc44efc51ad44dccee9eb14ec6a. Fix #7936 # Conflicts: # proofs/clenvtac.ml
Diffstat (limited to 'proofs')
-rw-r--r--proofs/clenvtac.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/clenvtac.ml b/proofs/clenvtac.ml
index 77f5804665..b99cf245fe 100644
--- a/proofs/clenvtac.ml
+++ b/proofs/clenvtac.ml
@@ -72,7 +72,7 @@ let clenv_refine ?(with_evars=false) ?(with_classes=true) clenv =
if with_classes then
let evd' =
Typeclasses.resolve_typeclasses ~filter:Typeclasses.all_evars
- ~fail:(not with_evars) ~split:false clenv.env clenv.evd
+ ~fail:(not with_evars) clenv.env clenv.evd
in
Typeclasses.make_unresolvables (fun x -> List.mem_f Evar.equal x evars) evd'
else clenv.evd