Skip to main content

IsProp

Type Alias IsProp 

Source
pub type IsProp<A> = IsHType<S<Z>, A>;
Expand description

Whether some type is a homotopy proposition of level 1.

Aliased Typeยง

pub struct IsProp<A>(/* private fields */);