Hacker News new | ask | show | jobs
by grumpyprole 1880 days ago
Yes and of course Haskell is quite capable of supporting uncurried functions too, e.g.

foo :: (Int, Int) -> Int

foo (x, y) = ...