Add note about pattern synonyms

This commit is contained in:
greg 2019-10-13 16:50:54 -07:00
parent 7c75f9b2a8
commit 5a01b12d9b
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ DONE -experiment with storing metadata via ItemIds on AST nodes (cf. https://rus
- standardize on an error type that isn't String
-implement a visitor pattern for the use of scope_resolver
- maybe implement this twice: 1) the value-returning, no-default one in the haoyi blogpost,
-look at https://gitlab.haskell.org/ghc/ghc/wikis/pattern-synonyms
2) the non-value-returning, default one like in rustc (cf. https://github.com/rust-unofficial/patterns/blob/master/patterns/visitor.md)
## Reduction