pub type MacroMap<'a> = BTreeMap<String, RcMacro<'a>>;
pub struct MacroMap<'a> { /* private fields */ }