diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -41,13 +41,11 @@ is transformed to where `x` is a fresh variable. -The `of` is optional (though recommended to distinguish Clean from Haskell). - The extension to the grammar: ``` LambdaAbstr = ... - | \case [of] {CaseAltDef}+ + | \case of {CaseAltDef}+ ``` [clean]: http://clean.cs.ru.nl |