pub type MachineChip<SC, A> = Chip<Val<SC>, A>;
A chip in a machine.
struct MachineChip<SC, A> { /* private fields */ }