open_hypergraphs/finite_function/
mod.rs

1//! Finite Functions represented as arrays of natural numbers
2pub mod arrow;
3pub use arrow::*;