klequis / zz-haskell-notebook

Notes from learning Haskell
1 stars 0 forks source link

Sections #70

Open klequis opened 2 years ago

klequis commented 2 years ago

Since in x operators are really just functions, it makes sense to be able to partially apply them as well. In Haskell the partial application of an infix operator is called a section. [A Gentle Introduction to Haskell 98]()