vyre-foundation 0.4.1

Foundation layer: IR, type system, memory model, wire format. Zero application semantics. Part of the vyre GPU compiler.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Algebraic-laws surface — registration of provable algebraic
//! identities + composition machinery the optimizer's algebraic
//! catalog (`optimizer/passes/algebraic/`) consumes.
//!
//! Audit cleanup A12 (2026-04-30): grouped from `vyre-foundation/src/`
//! root scatter.

/// Inventory-registered algebraic-law registry (`algebraic_law_registry::laws_for_op`).
pub mod algebraic_law_registry;
/// Region composition + duplicate-self-exclusive expansion helpers.
pub mod composition;