]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda/parallel_reduction.ma
- list.ma: improved notation for constant lists (a "term 19" was missing)
[helm.git] / matita / matita / contribs / lambda / parallel_reduction.ma
index 91fe30e1c91595025ccae0b573c56cf3c3db4254..6b352da4d527ae7a60d8e538d40690cbdc6eb697 100644 (file)
@@ -30,7 +30,7 @@ inductive pred: relation term ≝
 interpretation "parallel reduction"
     'ParRed M N = (pred M N).
 
-notation "hvbox( M break ⥤ break term 46 N )"
+notation "hvbox( M ⥤ break term 46 N )"
    non associative with precedence 45
    for @{ 'ParRed $M $N }.