Macro fungi_lang::fgi_tcons [] [src]

macro_rules! fgi_tcons {
    { D } => { ... };
    { Bool } => { ... };
    { Nat } => { ... };
    { String } => { ... };
    { Seq } => { ... };
    { $s:ident } => { ... };
    { $($any:tt)* } => { ... };
}

Parser for TypeConstructors