From 7bdfef00a00a6c7403166bcaadc9cdfcd0e92451 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 29 Mar 2003 16:47:26 +0000 Subject: eq fusionne avec eqT et devient par défaut sur Type, idem pour ex et exT, ex2 et exT2, all et allT git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3812 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/equality.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tactics/equality.ml') diff --git a/tactics/equality.ml b/tactics/equality.ml index 3eee019bac..27fffec56f 100644 --- a/tactics/equality.ml +++ b/tactics/equality.ml @@ -134,7 +134,7 @@ let abstract_replace (eq,sym_eq) (eqt,sym_eqt) c2 c1 unsafe gl = let (e,sym) = match kind_of_term (hnf_type_of gl t1) with | Sort (Prop(Pos)) -> (eq,sym_eq) - | Sort (Type(_)) -> (eqt,sym_eqt) + | Sort (Type(_)) -> (eq,sym_eq) | _ -> error "replace" in (tclTHENLAST (elim_type (applist (e, [t1;c1;c2]))) @@ -209,7 +209,7 @@ let find_eq_pattern aritysort sort = | Set_Type -> build_coq_eq_data.eq () | Type_Type -> build_coq_idT_data.eq () | Set_SetorProp -> build_coq_eq_data.eq () - | Type_SetorProp -> build_coq_eqT_data.eq () + | Type_SetorProp -> build_coq_eq_data.eq () (* [find_positions t1 t2] -- cgit v1.2.3