Kind/book/Bits/O.kind2
Victor Taelin 0a48196422 WIP
2024-07-11 00:50:58 -03:00

16 lines
269 B
Plaintext

/// Constructs a Bits value with a zero bit followed by more bits.
///
/// # Input
///
/// * `tail` - The remaining bits after the zero bit.
///
/// # Output
///
/// A new Bits value with a zero bit followed by `tail`.
O
- tail: Bits
: Bits
~λP λO λI λE (O tail)