From 5a4b200626300200ec34f4713940465cdc96bebb Mon Sep 17 00:00:00 2001 From: filliatr Date: Wed, 21 Jun 2000 16:43:38 +0000 Subject: bug discharge STRUCTURE; FrozenState supprimmes dans les ClosedSection -> .vo plus petits git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@514 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/EAuto.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tactics') diff --git a/tactics/EAuto.v b/tactics/EAuto.v index 76b993b218..c03334aebd 100644 --- a/tactics/EAuto.v +++ b/tactics/EAuto.v @@ -14,7 +14,7 @@ (****************************************************************************) Grammar tactic simple_tactic := - eapply [ "EApply" com_binding_list($cl) ] + eapply [ "EApply" constrarg_binding_list($cl) ] -> [(EApplyWithBindings ($LIST $cl))] | eexact [ "EExact" constrarg($c) ] -> [(EExact $c)] | prolog [ "Prolog" "[" constrarg_list($l) "]" numarg($n) ] -- cgit v1.2.3