Modality.ConstA modality that acts on Value axes. Conceptually it is a record where individual fields can be set or proj.
val id : tThe identity modality.
val is_id : t -> boolTest if the given modality is the identity modality.
val equate : t -> t -> (unit, equate_error) Result.tequate t0 t1 checks that t0 = t1. Definition: t0 = t1 iff t0 <= t1 and t1 <= t0.
val print : Format.formatter -> t -> unitPrinting for debugging.