Expand description
The numbers/bool domain: boolean literals and values as the base of the
number-promotion lattice, with edges widening into the integer and float
domains.
Structs§
- Bool
Number Domain - The boolean number domain at the base of the promotion lattice: parses
true/falseliterals and declares the widening edges into the integer and float domains. - Bool
Numbers Lib - The library that installs the
numbers/booldomain: its literal class and shapes, value shape, boolean ops, and widening promotion rules.
Functions§
- number_
domain - The
numbers/booldomain symbol shared by this crate’s literals, values, and ops.