diff options
| author | Pierre-Marie Pédrot | 2018-06-17 12:17:07 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-06-17 12:17:07 +0200 |
| commit | 9f8345d6bddfe2965ef9dc0155092348d5166f51 (patch) | |
| tree | 585b0b6f19168f092300740a50a15159553c4d1f /proofs | |
| parent | d62354b7e9ff8e20aa959984b392a27e26f9fc24 (diff) | |
| parent | 8d8200d4bff3ffc44efc51ad44dccee9eb14ec6a (diff) | |
Merge PR #7818: Do not allow spliting in res_pf, this is reserved for pretyping
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/clenvtac.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/clenvtac.ml b/proofs/clenvtac.ml index 544175c6d2..ba4cde6d67 100644 --- a/proofs/clenvtac.ml +++ b/proofs/clenvtac.ml @@ -87,7 +87,7 @@ let clenv_refine ?(with_evars=false) ?(with_classes=true) clenv = let evd' = if has_typeclass then Typeclasses.resolve_typeclasses ~fast_path:false ~filter:Typeclasses.all_evars - ~fail:(not with_evars) clenv.env clenv.evd + ~fail:(not with_evars) ~split:false clenv.env clenv.evd else clenv.evd in if has_resolvable then |
