aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/class_tactics.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/class_tactics.ml')
-rw-r--r--tactics/class_tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/class_tactics.ml b/tactics/class_tactics.ml
index fea8189eb..fbaebdf15 100644
--- a/tactics/class_tactics.ml
+++ b/tactics/class_tactics.ml
@@ -205,7 +205,7 @@ let unify_resolve_newcl poly flags =
if not (Evarconv.e_cumul env ~ts:flags.core_unify_flags.modulo_delta
evdref cl.cl_concl concl) then
Type_errors.error_actual_type env
- Environ.{uj_val = term; uj_type = cl.cl_concl}
+ {Environ.uj_val = term; Environ.uj_type = cl.cl_concl}
concl;
!evdref
in Sigma.here term (Sigma.Unsafe.of_evar_map sigma') }