//! Three-valued constraint verdict — `def:constraint-domain`.
/// Three-valued verdict produced by the typing domain's `finalize`.
///
/// `DomainRuntime`/`TypingRuntime` translates `Lost` into
/// `Err(TransitionError::Rejected)` at the parser boundary.