Module Nothing.DiffSource
include Sexplib0.Sexpable.S with type t := Core.Nothing.Diff.t
include Sexplib0.Sexpable.Of_sexp with type t := Core.Nothing.Diff.t
include Sexplib0.Sexpable.Sexp_of with type t := Core.Nothing.Diff.t
include Bin_prot.Binable.S with type t := Core.Nothing.Diff.t
include Bin_prot.Binable.S_only_functions with type t := Core.Nothing.Diff.t
include sig ... end
include sig ... end
This 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.
Source
val get :
from:Core.Nothing.Diff.derived_on ->
to_:Core.Nothing.Diff.derived_on ->
Core.Nothing.Diff.t Diffable.Optional_diff.t @ localSource
val apply_exn :
Core.Nothing.Diff.derived_on ->
Core.Nothing.Diff.t ->
Core.Nothing.Diff.derived_onSource
val of_list_exn :
Core.Nothing.Diff.t list ->
Core.Nothing.Diff.t Diffable.Optional_diff.t @ local