Vdom_input_widgets.Validatedinclude Ppx_compare_lib.Equal.S1 with type 'a t := 'a tval equal : 'a Base__Ppx_compare_lib.equal -> 'a t Base__Ppx_compare_lib.equalinclude Sexplib0.Sexpable.S1 with type 'a t := 'a tval t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a tval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.tinclude Core.Bin_prot.Binable.S1 with type 'a t := 'a tval bin_shape_t : Bin_prot.Shape.t -> Bin_prot.Shape.tval bin_size_t : ('a, 'a t) Bin_prot.Size.sizer1val bin_write_t : ('a, 'a t) Bin_prot.Write.writer1val bin_read_t : ('a, 'a t) Bin_prot.Read.reader1val __bin_read_t__ : ('a, int -> 'a t) Bin_prot.Read.reader1val bin_writer_t : ('a, 'a t) Bin_prot.Type_class.S1.writerval bin_reader_t : ('a, 'a t) Bin_prot.Type_class.S1.readerval bin_t : ('a, 'a t) Bin_prot.Type_class.S1.tinclude Ppx_compare_lib.Comparable.S1 with type 'a t := 'a tval compare :
'a Base__Ppx_compare_lib.compare ->
'a t Base__Ppx_compare_lib.compareThe update type is provided when a user changes the input in an entry. It cannot be used on its own, but it can be applied to an existing t to access the new current or last values.
val sexp_of_update : ('a -> Sexplib0.Sexp.t) -> 'a update -> Sexplib0.Sexp.tval update_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a updateval bin_shape_update : Core.Bin_prot.Shape.t -> Core.Bin_prot.Shape.tval bin_size_update :
'a Core.Bin_prot.Size.sizer ->
'a update Core.Bin_prot.Size.sizerval bin_write_update :
'a Core.Bin_prot.Write.writer ->
'a update Core.Bin_prot.Write.writerval bin_writer_update :
'a Core.Bin_prot.Type_class.writer ->
'a update Core.Bin_prot.Type_class.writerval bin_read_update :
'a Core.Bin_prot.Read.reader ->
'a update Core.Bin_prot.Read.readerval __bin_read_update__ :
'a Core.Bin_prot.Read.reader ->
(int -> 'a update) Core.Bin_prot.Read.readerval bin_reader_update :
'a Core.Bin_prot.Type_class.reader ->
'a update Core.Bin_prot.Type_class.readerval bin_update :
'a Core.Bin_prot.Type_class.t ->
'a update Core.Bin_prot.Type_class.tval initial_empty : 'a tinitial_empty is a special value that, when provided to an Entry.validate widget, will reset the contents regardless of whether the user has focus or not.
val is_initial_empty : _ t -> boolval return : 'a -> 'a tval get_current : 'a t -> 'a optionval get_last : 'a t -> 'a optionval get_error : 'a t -> string optionval lift :
(module Core.Stringable with type t = 'a) ->
(module Core.Stringable
with type t = 'a t)