module Ty:sig..end
type | | | 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