3 Matching Annotations
  1. May 2022
    1. Since e1 |> e2 is just another way of writing e2 e1, we don’t need to state the semantics for |>: it’s just the same as function application.

      So, |> is the composition operator (or combinator).