//! Internal layout of the `numbers/rational` domain: the domain `Lib`
//! (`domain`), integer-component helpers (`integer`), the literal shape
//! (`literal`), the arithmetic rules and promotions (`ops`), and the `Rational`
//! value (`value`).
pub use ;
pub use ;
pub use Rational;