//! Domain model for the frp graph layer.
//!
//! Defines the core domain types: [`Atom`], [`Block`], [`Port`], [`HyperEdge`],
//! and shared [`Meta`] — plus the [`DomainError`] type for validation failures.
pub use ;
pub use ;
pub use ;
pub use DomainError;
pub use Meta;
pub use ;