From 149bf63f62963edf8b7475668677701356ce6abc Mon Sep 17 00:00:00 2001 From: Andrea Asperti Date: Tue, 24 May 2005 08:31:13 +0000 Subject: [PATCH] elim -> elim_intros (no simpl) --- helm/matita/matitaEngine.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/matita/matitaEngine.ml b/helm/matita/matitaEngine.ml index 437fed32d..c5d36ee48 100644 --- a/helm/matita/matitaEngine.ml +++ b/helm/matita/matitaEngine.ml @@ -40,7 +40,8 @@ let tactic_of_ast = function | TacticAst.Cut (_, term) -> Tactics.cut term | TacticAst.Elim (_, term, _) -> (* TODO Zack implement "using" argument *) - Tactics.elim_intros_simpl term + (* old: Tactics.elim_intros_simpl term *) + Tactics.elim_intros term | TacticAst.ElimType (_, term) -> Tactics.elim_type term | TacticAst.Replace (_, what, with_what) -> Tactics.replace ~what ~with_what | TacticAst.Auto (_,num) -> -- 2.39.2