β
|> (
α
 
a
, 
(
α
β
)
 
f)
The pipe.The pipe is a reversed composition operator. That is, a |> f is equivalent to f(a).
Use this operator to chain function calls. For instance,
5 |> _ + 10 |> _ + 20 produces
result
35.Use it to chain function calls.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.