package regular

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t

type t should be binable, sexpable and provide compare function

include sig ... end
val __bin_read_t__ : (int -> t) Core_kernel.Std.Bin_prot.Read.reader
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val compare : t -> t -> int
include Core_kernel.Std.Pretty_printer.S with type t := t
val pp : Caml.Format.formatter -> t -> unit
include Data.Versioned.S with type t := t
val version : string

version of data representation

val hash : t -> int
val module_name : string option