Type Definition mlem::Program [] [src]

type Program = Vec<Instruction>;

Represents a program; a list of instructions, to be executed in order.