Static methods

staticinline const<A, B> (b:B):A ‑> B

The proper constant function, which returns a function of one argument.

staticinline flip<A, B, C> (f:A ‑> B ‑> C):B ‑> A ‑> C

staticinline flip2<A, B, C> (f:A ‑> B ‑> C):B ‑> A ‑> C

staticinline flip3<A, B, C, D> (f:A ‑> B ‑> C ‑> D):B ‑> A ‑> C ‑> D