Static methods

staticinline maybe<A, B> (fn:A ‑> B):Option<A> ‑> Option<B>

Produces a function that is only called in the event of Some(v) being passed to it.

staticinline toThunk<T> (v:T):Thunk<T>

Takes a value and wraps it in a function.