shamansir / ielm

Smart REPL (or REVL) for Elm v0.18
36 stars 2 forks source link

Dereferencing is not working in type definitions #5

Closed shamansir closed 7 years ago

shamansir commented 7 years ago

i.e.:

foo : Int -> { x: Int, y: Int } -> String
foo i { x, y } =
    i + x + y