notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

HigherOrderFunction.md (207B)


      1 # Higher Order Function
      2 
      3 **Source:** Effective Haskell
      4 
      5 **Chapter:** 1
      6 
      7 **Definition:** A higher order function is a function that accepts at least one function as an input or returns at least one function.