Macro morphism

Source
macro_rules! morphism {
    ( $($from: expr, $to: expr),* ) => { ... };
}