| ... | @@ -5,3 +5,12 @@ |
... | @@ -5,3 +5,12 @@ |
|
|
Views were previously proposed as an extension to Haskell 1.3. Wadler's proposal is still on the web [ here](http://haskell.org/development/views.html). Related ideas include [PatternGuards](pattern-guards).
|
|
Views were previously proposed as an extension to Haskell 1.3. Wadler's proposal is still on the web [ here](http://haskell.org/development/views.html). Related ideas include [PatternGuards](pattern-guards).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Comment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Another related idea is [PatternSynonyms](pattern-synonyms), proposed (most recently, at least) by Conor McBride? on the Haskell' list.
|
|
|
|
Unimplemented, though, and thus probably not for Haskell'. But if views are given serious consideration,
|
|
|
|
then so should [PatternSynonyms](pattern-synonyms).
|
|
|
|
|
|
|
|
|