Function operational::lift [] [src]

pub fn lift<'a, I: 'a + Instr>(i: I) -> Program<'a, I, I::Return>

Lift an instruction into a program.