//! Self-substrate wrappers for graph traversal and fixpoint-step primitives.
//!
//! Graph traversal semantics stay in `vyre-primitives`, while self-substrate
//! owns the dispatch-facing names used by scheduler, resident fixed-point,
//! and parity code.
pub use *;
pub use *;