Function operational::point [] [src]

pub fn point<'a, I: 'a + Instr, A>(a: A) -> Program<'a, I, A>

Using a value, constructs the empty program, i.e. a program that directly returns that value.

Equivalent to the monadic return.