diff options
| author | herbelin | 2002-10-21 11:06:28 +0000 |
|---|---|---|
| committer | herbelin | 2002-10-21 11:06:28 +0000 |
| commit | b6fead62658797f75be03d1a952b771f4c260c0f (patch) | |
| tree | 3692663e4716cb56146b98697c877cb1ca36555b | |
| parent | e3d08b29c2879abffd16a4f1e9be9fa8bac7a050 (diff) | |
Niveau d'affichage sumor/sumbool incohérent avec le parsing
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3166 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | theories/Init/SpecifSyntax.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/SpecifSyntax.v b/theories/Init/SpecifSyntax.v index 38e11e8f3e..50c3df5de7 100644 --- a/theories/Init/SpecifSyntax.v +++ b/theories/Init/SpecifSyntax.v @@ -121,7 +121,7 @@ Syntax constr ; (** Pretty-printing of [sumbool] and [sumor] *) - level 4: + level 7: sumbool [ (sumbool $t1 $t2) ] -> [ [<hov 0> "{" $t1:E "}" [0 1] "+" "{" $t2:L "}"] ] | sumor [ (sumor $t1 $t2) ] |
