diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -41,6 +41,15 @@ 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}+ +``` + [clean]: http://clean.cs.ru.nl [cocl]: https://svn.cs.ru.nl/repos/clean-compiler/ [ghclambdacase]: https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.html#lambda-case |