[][src]Type Definition tree_automata::alternating::Conjuction

type Conjuction<Q, I> = Vec<(I, Q)>;

The empty conjunction is True.