macro_rules! stex {
($p:ident => @begin $($stuff:tt)+) => { ... };
($p:ident => $($stuff:tt)+) => { ... };
(LSP: $p:ident => @begin $($stuff:tt)+) => { ... };
(LSP: $p:ident => $($stuff:tt)+) => { ... };
}
macro_rules! stex {
($p:ident => @begin $($stuff:tt)+) => { ... };
($p:ident => $($stuff:tt)+) => { ... };
(LSP: $p:ident => @begin $($stuff:tt)+) => { ... };
(LSP: $p:ident => $($stuff:tt)+) => { ... };
}