//! Tools for defining the semantics of Lustre.
// `std::intrinsics::likely` is used by `candle` for clock comparisons
// `candle` may generate comparisons `n >= 0` for `n: u64`
/// Stream traits.
/// The macros that define the semantics of Candle by translating it to Rust.