Module Stable.V1Source

Sourcemodule Change : sig ... end
Sourcetype 'a t = 'a Change.t Base.list
include Sexplib0.Sexpable.S1 with type 'a t := 'a t
Sourceval t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
include Bin_prot.Binable.S1 with type 'a t := 'a t
Sourceval bin_size_t : ('a, 'a t) Bin_prot.Size.sizer1
Sourceval bin_write_t : ('a, 'a t) Bin_prot.Write.writer1
Sourceval bin_read_t : ('a, 'a t) Bin_prot.Read.reader1
Sourceval __bin_read_t__ : ('a, int -> 'a t) Bin_prot.Read.reader1
Sourceval bin_writer_t : ('a, 'a t) Bin_prot.Type_class.S1.writer
Sourceval bin_reader_t : ('a, 'a t) Bin_prot.Type_class.S1.reader
Sourceval bin_t : ('a, 'a t) Bin_prot.Type_class.S1.t
Sourceval get : from:('a, 'cmp) Base.Set.t -> to_:('a, 'cmp) Base.Set.t -> 'a t Optional_diff.t
Sourceval apply_exn : ('a, 'cmp) Base.Set.t -> 'a t -> ('a, 'cmp) Base.Set.t
Sourceval of_list_exn : 'a t Base.list -> 'a t Optional_diff.t
Sourcemodule Make (S : sig ... end) : sig ... end