1pub use function::COMPARISON_GATES; 2pub use function::ComparisonGateFunction; 3 4pub mod behaviour; 5pub mod function;