Macro facts

Source
macro_rules! facts {
    ($($tree:tt)*) => { ... };
}