pub type IsProp<A> = IsHType<S<Z>, A>;
Whether some type is a homotopy proposition of level 1.
pub struct IsProp<A>(/* private fields */);