module Ty:sig
..end
type
t =
| |
Tint |
| |
Treal |
| |
Tbool |
| |
Tabstract of |
| |
Tsum of |
val hash : t -> int
val equal : t -> t -> bool
val compare : t -> t -> int
val print : Format.formatter -> t -> unit