diff options
| author | herbelin | 2000-11-20 08:43:22 +0000 |
|---|---|---|
| committer | herbelin | 2000-11-20 08:43:22 +0000 |
| commit | 9cbc8d44f88b66f0f68d6a61204819539a4f200e (patch) | |
| tree | dcd808dfd7ff3c9d53e171be81d8386e8b04f1be | |
| parent | 2ab66d862fcfd8d730078ca79c74bbea37c206d6 (diff) | |
Bug dans la règle de syntaxe de ex2
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@867 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | theories/Init/LogicSyntax.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/LogicSyntax.v b/theories/Init/LogicSyntax.v index 06aa131023..de17836e03 100644 --- a/theories/Init/LogicSyntax.v +++ b/theories/Init/LogicSyntax.v @@ -88,5 +88,5 @@ Syntax constr | ex2_pred [ (ex2 $_ $p1 $p2) ] -> [ [<hov 3> "Ex2 " $p1:L [1 0] $p2:L ] ] - | ex2 [ (ex2 $_ [$x : T]$P1 [$x : $T]$P2) ] + | ex2 [ (ex2 $_ [$x : $T]$P1 [$x : $T]$P2) ] -> [ [<hov 2> "EX " $x ":" $T:L " |" [1 2] $P1:L [1 0] "& " $P2:L] ]. |
