RE: Function curry - what and why!
I love how in Haskell, function application is defined as ($), and I love how (,) :: a -> b -> (a,b)
RE: Function curry - what and why!