//! The three-valued Kleene truth value used throughout the forward pass.
use Value;
/// Three-valued truth (Kleene). UNKNOWN is a first-class value, not hidden FALSE.
/// Convert a three-valued model entry to a confident [`Value`] (UNKNOWN → `None`).
pub