klequis / zz-haskell-notebook

Notes from learning Haskell
1 stars 0 forks source link

Infix notation #15

Open klequis opened 2 years ago

klequis commented 2 years ago

Infix notation: Infix means that the operator is place between operands or arguments. E.e., 2 + 2.