From 0f00c661b0a8dcd69f12d57158c8db478b280414 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 21 Dec 2000 20:59:03 +0000 Subject: Bug d'affichage à cause des << ... >> git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1182 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/DatatypesSyntax.v | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/theories/Init/DatatypesSyntax.v b/theories/Init/DatatypesSyntax.v index fb6476e7ea..914f86761b 100644 --- a/theories/Init/DatatypesSyntax.v +++ b/theories/Init/DatatypesSyntax.v @@ -24,15 +24,15 @@ with constr3 := Syntax constr level 4: - sum [<<(sum $t1 $t2)>>] -> [ [ $t1:E [0 1] "+" $t2:L ] ] + sum [ (sum $t1 $t2) ] -> [ [ $t1:E [0 1] "+" $t2:L ] ] ; level 3: - product [<<(prod $t1 $t2)>>] -> [ [ $t1:L [0 1] "*" $t2:E ] ] + product [ (prod $t1 $t2) ] -> [ [ $t1:L [0 1] "*" $t2:E ] ] ; level 1: pair - [<<(pair $_ $_ $t3 $t4)>>] -> [ [ "(" $t3:E ","[0 1] $t4:E ")" ] ] - | fst_imp [<<(fst $_ $_ $t2)>>] -> [ [ "(Fst " $t2:E ")"] ] - | snd_imp [<<(snd $_ $_ $t2)>>] -> [ [ "(Snd " $t2:E ")"] ]. + [ (pair $_ $_ $t3 $t4) ] -> [ [ "(" $t3:E ","[0 1] $t4:E ")" ] ] + | fst_imp [ (fst $_ $_ $t2) ] -> [ [ "(Fst " $t2:E ")"] ] + | snd_imp [ (snd $_ $_ $t2) ] -> [ [ "(Snd " $t2:E ")"] ]. -- cgit v1.2.3