Skip to main content

conj

Macro conj 

Source
macro_rules! conj {
    () => { ... };
    ($g:expr) => { ... };
    ($g0:expr, $($g:expr),*) => { ... };
}
Expand description

Creates a goal that succeeds if all of its subgoals succeed