klequis / zz-haskell-notebook

Notes from learning Haskell
1 stars 0 forks source link

Higher-order functions #64

Open klequis opened 2 years ago

klequis commented 2 years ago

Higher-order functions are functions which themselves take functions as arguments or return functions as results.

Due to currying, technically any function that appears to take more than one argument is higher-order in Haskell.