1 2 3 4 5 6
//! Traits for types forming hypergraph and symmetric monoidal categories mod traits; pub use traits::*; mod spider; pub use spider::*;