Changes between Version 9 and Version 10 of Language/Declarations
- Timestamp:
- 06/25/09 02:23:29 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language/Declarations
v9 v10 109 109 {{{ 110 110 InfixDecl 111 ::= infixl Int Symbol ;+-- left associative112 | infixr Int Symbol ;+-- right associative113 | infix Int Symbol ;+-- non-associative111 ::= infixl Int Symbol ;Symbol* -- left associative 112 | infixr Int Symbol ;Symbol* -- right associative 113 | infix Int Symbol ;Symbol* -- non-associative 114 114 }}} 115 115
