macro_rules! model { ($($term:expr),+ $(,)?) => { ... }; }
Convenience macro for boxing up coherent sum terms into a Model.
Model