Sections
Can call an infix operator on 0 or 1 of its arguments to create a curried function
(+)
<<fn>> :: Int -> Int -> Int
(+ 1) --increment function
<<fn>> :: Int -> Int
(0 -) --negate function
<<fn>> :: Int -> Int
Previous slide
Next slide
Back to first slide
View graphic version