From 88d6cdac738f2afa53c7af7853faf668c6a4ebc3 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 14 Sep 2001 19:09:08 +0000 Subject: Ajout syntaxe "Assert H:T." git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1968 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/tactics.ml | 2 -- 1 file changed, 2 deletions(-) (limited to 'tactics') diff --git a/tactics/tactics.ml b/tactics/tactics.ml index 09879fe390..f168cb5cb0 100644 --- a/tactics/tactics.ml +++ b/tactics/tactics.ml @@ -604,10 +604,8 @@ let true_cut_anon c gl = let dyn_true_cut = function | [Command com] -> tactic_com_sort true_cut_anon com | [Constr c] -> true_cut_anon c -(* Pas trouvé de syntaxe pour cela | [Command com; Identifier id] -> tactic_com_sort (true_cut id) com | [Constr c; Identifier id] -> true_cut id c -*) | l -> bad_tactic_args "true_cut" l let cut c gl = -- cgit v1.2.3