Type Definition cop::literal::Lit[][src]

type Lit<P, C, V> = App<P, Args<C, V>>;

Implementations

impl<P, C, V: Ord> Lit<P, C, V>[src]

pub fn max_var(&self) -> Option<&V>[src]

Trait Implementations

impl<P: Neg<Output = P>, C, V> From<Form<P, C, V>> for Lit<P, C, V>[src]