use Vista;
/// Composition primitives that fold two Vistas into one.
///
/// `overlay(a, b)` projects `b`'s records over `a`'s — useful for
/// patching a read-only base with a writable override.
/// `merge(a, b)` concatenates records from both sources — useful for
/// stitching pages from different shards or layering an audit log.
///
/// Stage 1 reserves the namespace. Stage 9 supplies the implementations.
;