Skip to main content

quantifier

Macro quantifier 

Source
macro_rules! quantifier {
    ($term:expr, $vars:expr, $body:expr, universal) => { ... };
    ($term:expr, $vars:expr, $body:expr, existential) => { ... };
}
Expand description

Macro for creating a quantified formula with default parameters