pub type Clause<Q, I> = Vec<Conjuction<Q, I>>;
Expand description
The empty clause is False.
Aliased Typeยง
pub struct Clause<Q, I> { /* private fields */ }
pub type Clause<Q, I> = Vec<Conjuction<Q, I>>;
The empty clause is False.
pub struct Clause<Q, I> { /* private fields */ }