//! Pure value and decision helpers used by higher-level runtime layers.
//!
//! `domain` owns deterministic computation and error composition, but it does
//! not perform storage access or orchestration.
use crate::;
use Error as ThisError;
///
/// DomainError
///