]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground_2/notation/constructors/cons_3.ma
bug fix in ththe notation for lists:
[helm.git] / matita / matita / contribs / lambdadelta / ground_2 / notation / constructors / cons_3.ma
index 97fd6e963e9e83b0f66a62fc7d2256d4483d7644..cfa556e68b102e7acea393101127328dc5b81661 100644 (file)
@@ -14,6 +14,6 @@
 
 (* GENERAL NOTATION USED BY THE FORMAL SYSTEM λδ ****************************)
 
-notation "hvbox( hd @ break tl )"
-  right associative with precedence 47
-  for @{ 'Cons ? $hd $tl }.
+notation "hvbox( { term 46 hd1 , break term 46 hd2 } @ break term 46 tl )"
+  non associative with precedence 47
+  for @{ 'Cons $hd1 $hd2 $tl }.