From 9cbc8d44f88b66f0f68d6a61204819539a4f200e Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 20 Nov 2000 08:43:22 +0000 Subject: Bug dans la règle de syntaxe de ex2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@867 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/LogicSyntax.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories') diff --git a/theories/Init/LogicSyntax.v b/theories/Init/LogicSyntax.v index 06aa13102..de17836e0 100644 --- a/theories/Init/LogicSyntax.v +++ b/theories/Init/LogicSyntax.v @@ -88,5 +88,5 @@ Syntax constr | ex2_pred [ (ex2 $_ $p1 $p2) ] -> [ [ "Ex2 " $p1:L [1 0] $p2:L ] ] - | ex2 [ (ex2 $_ [$x : T]$P1 [$x : $T]$P2) ] + | ex2 [ (ex2 $_ [$x : $T]$P1 [$x : $T]$P2) ] -> [ [ "EX " $x ":" $T:L " |" [1 2] $P1:L [1 0] "& " $P2:L] ]. -- cgit v1.2.3