aboutsummaryrefslogtreecommitdiff
path: root/tactics/class_tactics.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/class_tactics.ml4')
-rw-r--r--tactics/class_tactics.ml43
1 files changed, 3 insertions, 0 deletions
diff --git a/tactics/class_tactics.ml4 b/tactics/class_tactics.ml4
index 4319a1d3de..72bc85c2f4 100644
--- a/tactics/class_tactics.ml4
+++ b/tactics/class_tactics.ml4
@@ -72,6 +72,7 @@ open Unification
let auto_unif_flags = {
modulo_conv_on_closed_terms = Some full_transparent_state;
use_metas_eagerly = true;
+ use_types = true;
modulo_delta = var_full_transparent_state;
}
@@ -631,6 +632,7 @@ let decompose_setoid_eqhyp env sigma c left2right =
let rewrite_unif_flags = {
Unification.modulo_conv_on_closed_terms = None;
Unification.use_metas_eagerly = true;
+ Unification.use_types = true;
Unification.modulo_delta = empty_transparent_state;
}
@@ -639,6 +641,7 @@ let conv_transparent_state = (Idpred.empty, Cpred.full)
let rewrite2_unif_flags = {
Unification.modulo_conv_on_closed_terms = Some conv_transparent_state;
Unification.use_metas_eagerly = true;
+ Unification.use_types = true;
Unification.modulo_delta = empty_transparent_state;
}