Module Base__.Sign0

type t =
| Neg
| Zero
| Pos
val t_of_sexp : Base.Sexp.t -> t
val sexp_of_t : t -> Base.Sexp.t
val compare : t -> t -> int
val hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
val hash : t -> Base.Hash.hash_value
val all : t list
module Replace_polymorphic_compare : sig ... end
val of_string : string -> t
val to_string : t -> string
val to_int : t -> int
val hash : t -> int
val module_name : string
val of_int : int -> t