Macro kinder::monoid_num [] [src]

macro_rules! monoid_num {
    ($t:ident, $z:expr) => { ... };
}

A macro to implement monoid for numeric semigroups