solution

Macro solution 

Source
macro_rules! solution {
    ($genv:expr, $sol:expr, $span:expr) => { ... };
}