klequis / zz-haskell-notebook

Notes from learning Haskell
1 stars 0 forks source link

Composition #65

Open klequis opened 2 years ago

klequis commented 2 years ago

Composition is the application of a function to the result of having applied another function. The composition operator is a higher-order function, as it takes the functions it composes as arguments and then returns a function of the composition.