Tcons0
type t = {
mutable texpr0 : Texpr0.t;
mutable typ : Lincons0.typ;
}
type typ = Lincons0.typ =
| EQ
| SUPEQ
| SUP
| DISEQ
| EQMOD of Scalar.t
val make : Texpr0.t -> typ -> t
val copy : t -> t
val string_of_typ : typ -> string
val print : (Dim.t -> string) -> Stdlib.Format.formatter -> t -> unit