blob: ec125a1a7aad0f8b68520956fd0d2fbab3b2db56 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## AST
- Data type accessors
- Deal with Location
- Deal with Strictness/unboxing
## Parser
- Guard `type_` and `value` match when used together
- Tests!
- Simplify unnecessary `newtypes` with type synonyms
- Handle errors
|