1 2 3 4
//! Verb-level dispatch. `eval` is the only verb at v0.2 (per ADR-0015 //! ยง"Decision outcome"). pub(crate) mod eval;