Percent_u.Optiontype value := tval box : t -> Core.Percent.Option.tval unbox : Core.Percent.Option.t @ local -> tval to_string : t -> stringval sexp_of_t : t -> Core.Sexp.tval t_of_sexp : Core.Sexp.t -> tinclude Core.Bin_prot.Binable.S__local with type t := tinclude Bin_prot.Binable.S_only_functions__local with type t := tval bin_read_t : t Bin_prot.Read.readerval __bin_read_t__ : 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 : t Bin_prot.Type_class.writerval bin_reader_t : t Bin_prot.Type_class.readerval bin_t : t Bin_prot.Type_class.tinclude Ppx_hash_lib.Hashable.S_any with type t := tval hash_fold_t : t Ppx_hash_lib.hash_foldval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval typerep_of_t : t Core.Typerep.tval none : unit -> tval is_none : t -> boolval is_some : t -> boolval of_mult : Packed_float_option.Unboxed.t -> tval to_mult : t -> Packed_float_option.Unboxed.tval of_percentage : Packed_float_option.Unboxed.t -> tval to_percentage : t -> Packed_float_option.Unboxed.tval of_percentage_approx : Packed_float_option.Unboxed.t -> tval of_bp : Packed_float_option.Unboxed.t -> tval to_bp : t -> Packed_float_option.Unboxed.tval of_bp_approx : Packed_float_option.Unboxed.t -> tval apply : t -> Packed_float_option.Unboxed.t -> Packed_float_option.Unboxed.tval scale : t -> Packed_float_option.Unboxed.t -> tunchecked_some will not validate that value is a valid Some so the t returned may be none.
module Ref : Packed_float_option.Unboxed_ref with type elt := tmodule Optional_syntax : sig ... endmodule O : sig ... endInfix