//! 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.
pub use ;
/// Cookbook recipes for this domain, embedded at build time.
pub static RECIPES: EmbeddedDir =
include!;