Trait prop::path_semantics::LProp[][src]

pub trait LProp: Prop {
    type N: Clone;
    type SetLevel: LProp;
}

Path semantical proposition level.

Associated Types

type N: Clone[src]

The level.

type SetLevel: LProp[src]

Sets proposition level.

Loading content...

Implementors

impl LProp for False[src]

type N = NaN

type SetLevel = Self

impl<U: 'static + Clone> LProp for LTrue<U>[src]

type N = U

type SetLevel = LTrue<T>

Loading content...