Can't parse type tuples with functions inside
Open
- Dominant language
- Elm
- Stars
- 145
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
```
t : (Int, Type -> Type)
```
Won't work unless a function is wrapped in parens
```
t : (Int, (Type -> Type))
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.