From 941777570aca07c7de82e5c703479088917f2311 Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 7 Nov 2000 10:48:59 +0000 Subject: Changement/extension dans les noms de parseurs de Grammar git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@816 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/SpecifSyntax.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories') diff --git a/theories/Init/SpecifSyntax.v b/theories/Init/SpecifSyntax.v index 33f5fad72..e48ba77f6 100644 --- a/theories/Init/SpecifSyntax.v +++ b/theories/Init/SpecifSyntax.v @@ -21,7 +21,7 @@ Grammar constr constr1 := "&" lconstr($c2) "&" lconstr($c3) "}" ] -> [ (sigS2 $c1 [$lc : $c1]$c2 [$lc : $c1]$c3) ]. -Grammar constr constr1: Ast := +Grammar constr constr1: ast := squash [ "{" lconstr($lc) "}" ] -> [(SQUASH $lc)]. Grammar constr lassoc_constr4 := -- cgit v1.2.3