RosettaCodeData/Task/Currying/Haskell/currying-5.hs

2 lines
18 B
Haskell
Raw Permalink Normal View History

2015-02-20 09:02:09 -05:00
\x -> \y -> x + y