initSidebarItems({"enum":[["Program","Represents a program, i.e. a sequence of instructions."]],"fn":[["lift","Lift an instruction into a program."],["point","Using a value, constructs the empty program, i.e. a program that directly returns that value."]],"macro":[["seq!","Provides a convient syntax for monadic computations."]],"mod":[["instr","Contains the `Instr` trait, and a few useful utilities for working with instructions."]],"struct":[["Kleisli","The Kleisli arrow from `A` to `Program`."]]});