pub type BoolValue = Value<bool>;
pub enum BoolValue { Known(bool), Unknown, }
Not determined at compile time.`