Generator0
type typ =
| LINE
| RAY
| VERTEX
| LINEMOD
| RAYMOD
and t = {
mutable linexpr0 : Linexpr0.t;
mutable typ : typ;
}
val make : Linexpr0.t -> typ -> t
val copy : t -> t
val string_of_typ : typ -> string
val print : (Dim.t -> string) -> Stdlib.Format.formatter -> t -> unit