Module Types.Variance
val null : tval full : tval covariant : tval may_inv : tval union : t -> t -> tval inter : t -> t -> tval subset : t -> t -> boolval eq : t -> t -> boolval set : f -> bool -> t -> tval mem : f -> t -> boolval conjugate : t -> tval get_upper : t -> bool * boolval get_lower : t -> bool * bool * bool * bool