Skip to main content

open_hypergraphs/strict/hypergraph/
mod.rs

1//! The category of hypergraphs has objects represented by [`Hypergraph`]
2//! and arrows by [`arrow::HypergraphArrow`].
3mod acyclic;
4pub mod arrow;
5mod object;
6
7pub use object::*;