write-you-a-haskell
write-you-a-haskell copied to clipboard
Addition does not work in poly
poly> 1 + 5
Cannot unify types:
Int
with
Int -> a
I think that the plus operator is not parsed correctly.