//! CPU reference execution contract for operation implementations.
use Program;
/// CPU reference implementation for an operation.
/// Marker trait for Category A operations with an executable IR program.
/// Function pointer used by Category C descriptors.
pub type CpuFn = fn;