pub fn lt_lev<A: LProp, B: LProp>(_a: A, _b: B) where
    A::N: Lt<B::N>, 
Expand description

Checks whether a proposition level is less than another.