Attributes for types

This commit is contained in:
Andrey Breslav
2010-12-10 19:03:01 +03:00
parent e0f81e71b1
commit b2e52e988b
+1 -4
View File
@@ -10,10 +10,7 @@ Foo<Bar<X>, T, Object> // user type
*/ */
type type
: userType : attributes (userType | functionType | tupleType)
: functionType
: tupleType
: attributes type
; ;
userType userType