write-you-a-haskell icon indicating copy to clipboard operation
write-you-a-haskell copied to clipboard

Addition does not work in poly

Open andrewthad opened this issue 5 years ago • 0 comments

poly> 1 + 5
Cannot unify types:
        Int
with
        Int -> a

I think that the plus operator is not parsed correctly.

andrewthad avatar Jun 19 '20 14:06 andrewthad