Up

Module Sign0

Signature

module Stable : sig .. end
module T : sig .. end
include T
include Stable.V1
type t =
| Neg
| Zero
| Pos
val all : t list
module Typename_of_t : sig .. end
val typename_of_t : t Typerep_lib.Typename.t
val typerep_of_t : t Typerep_lib.Std.Typerep.t
val compare : t -> t -> int
val compare_t : t -> t -> int
val bin_size_t : 'a -> int
val bin_writer_t : t Bin_prot.Type_class.writer
val __bin_read_t__ : 'a -> pos_ref:Bin_prot.Common.pos Pervasives.ref -> 'b -> 'c
val bin_read_t : Bin_prot.Common.buf -> pos_ref:Bin_prot.Common.pos_ref -> t
val bin_reader_t : t Bin_prot.Type_class.reader
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val of_string : string -> Stable.V1.t
val to_string : Stable.V1.t -> string
val to_int : t -> int
val hash : t -> int
val module_name : string
val of_int : int -> t