macro_rules! declare_tag_set_impl {
    ($param:ident, $b:ident, $supr:ident, $($tag:tt)+) => { ... };
}