//! Module: value::coercion
//! Responsibility: coarse coercion-family classification for dynamic values.
//! Does not own: detailed scalar coercion rules or planner/operator semantics.
//! Boundary: lightweight routing surface used by coercion tables.
//! Coercion-routing family classification for `Value`.
//!
//! This module defines only coarse routing categories used by coercion tables.
//! It does not define scalar capabilities.
///
/// CoercionFamily
///
/// Coarse value classification used only for coercion routing.
/// This classification MUST NOT be used to infer numeric coercion,
/// arithmetic support, ordering support, or keyability.
///