Module Diffable.Diff_of_string
type t = Base.stringinclude Ppx_compare_lib.Comparable.S with type t := Diffable.Diff_of_string.t
val compare : Diffable.Diff_of_string.t -> Diffable.Diff_of_string.t -> intinclude Ppx_compare_lib.Comparable.S__local
with type t := Diffable.Diff_of_string.t
include Ppx_compare_lib.Equal.S with type t := Diffable.Diff_of_string.t
val equal : Diffable.Diff_of_string.t -> Diffable.Diff_of_string.t -> boolinclude Ppx_compare_lib.Equal.S__local with type t := Diffable.Diff_of_string.t
include Ppx_quickcheck_runtime.Quickcheckable.S
with type t := Diffable.Diff_of_string.t
val quickcheck_generator :
Diffable.Diff_of_string.t Base_quickcheck.Generator.tval quickcheck_observer : Diffable.Diff_of_string.t Base_quickcheck.Observer.tval quickcheck_shrinker : Diffable.Diff_of_string.t Base_quickcheck.Shrinker.ttype derived_on = Base.stringinclude Sexplib0.Sexpable.S with type t := Diffable.Diff_of_string.t
include Sexplib0.Sexpable.Of_sexp with type t := Diffable.Diff_of_string.t
val t_of_sexp : Sexplib0.Sexp.t -> Diffable.Diff_of_string.tinclude Sexplib0.Sexpable.Sexp_of with type t := Diffable.Diff_of_string.t
val sexp_of_t : Diffable.Diff_of_string.t -> Sexplib0.Sexp.tinclude Bin_prot.Binable.S with type t := Diffable.Diff_of_string.t
include Bin_prot.Binable.S_only_functions
with type t := Diffable.Diff_of_string.t
include sig ... end
val bin_size_t : Diffable.Diff_of_string.t Bin_prot.Size.sizerval bin_write_t : Diffable.Diff_of_string.t Bin_prot.Write.writerval bin_read_t : Diffable.Diff_of_string.t Bin_prot.Read.readerval __bin_read_t__ : Diffable.Diff_of_string.t Bin_prot.Read.vtag_readerThis function only needs implementation if t exposed to be a polymorphic variant. Despite what the type reads, this does *not* produce a function after reading; instead it takes the constructor tag (int) before reading and reads the rest of the variant t afterwards.
val bin_shape_t : Bin_prot.Shape.tval bin_writer_t : Diffable.Diff_of_string.t Bin_prot.Type_class.writerval bin_reader_t : Diffable.Diff_of_string.t Bin_prot.Type_class.readerval bin_t : Diffable.Diff_of_string.t Bin_prot.Type_class.tval get :
from:Diffable.Diff_of_string.derived_on ->
to_:Diffable.Diff_of_string.derived_on ->
Diffable.Diff_of_string.t Diffable.Optional_diff.t @ localval apply_exn :
Diffable.Diff_of_string.derived_on ->
Diffable.Diff_of_string.t ->
Diffable.Diff_of_string.derived_onval of_list_exn :
Diffable.Diff_of_string.t list ->
Diffable.Diff_of_string.t Diffable.Optional_diff.t @ local