use ;
/// The trait for an instruction set.
///
/// Holds its return type as an associated type.
/// The instruction that does nothing.
;
/// Combines two instruction sets into one.
///
/// This is useful to compose multiple smaller
/// instruction sets into a bigger one.