include Compare.S with type t := t
val (<>) : t -> t -> boolval (<=) : t -> t -> boolval (>=) : t -> t -> boolval compare : t -> t -> intval equal : t -> t -> boolSourceval of_notation : string -> t option Sourceval of_notation_exn : string -> t Sourceval to_notation : t -> string