Bogdanp / Bogdanp/elm-ast

Can't parse type tuples with functions inside

Open
#76 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.