Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Wiki
pattern synonyms
pattern synonyms
· Changes
Page history
Edit PatternSynonyms
authored
Apr 29, 2016
by
Matthew Pickering
Hide whitespace changes
Inline
Side-by-side
pattern-synonyms.md
View page @
bf0aa30b
...
...
@@ -715,6 +715,9 @@ Because of this, the eagerness of `f` and `g` differ:
False
```
This is because we generate the matching function at the definition site.
## Typed pattern synonyms
...
...