[][src]Macro terms::term

macro_rules! term {
    ( $f:tt ( $( $sub:tt )+ ) ) => { ... };
    ( $f:tt () ) => { ... };
    ( $f:tt ) => { ... };
}