include Ppx_compare_lib.Comparable.S with type t := t
include Core.Bin_prot.Binable.S with type t := t
include Ppx_hash_lib.Hashable.S with type t := t
include Core.Comparable.S_binable with type t := t
val (>=) : t -> t -> boolval (<=) : t -> t -> boolval (<>) : t -> t -> boolval equal : t -> t -> boolval compare : t -> t -> intval ascending : t -> t -> intval descending : t -> t -> intval between : t -> low:t -> high:t -> boolval clamp_exn : t -> min:t -> max:t -> tval clamp : t -> min:t -> max:t -> t Base__.Or_error.tval validate_lbound : min:t Core__.Maybe_bound.t -> t Validate.checkval validate_ubound : max:t Core__.Maybe_bound.t -> t Validate.checkval validate_bound :
min:t Core__.Maybe_bound.t ->
max:t Core__.Maybe_bound.t ->
t Validate.checkinclude Core.Hashable.S_binable with type t := t
val hash_fold_t : t Base__Ppx_hash_lib.hash_foldval hash : t -> Base__Ppx_hash_lib.Std.Hash.hash_valueval hashable : t Core__.Hashtbl.Hashable.tmodule Table : sig ... endval create :
Keyboard_code.t ->
ctrl:bool ->
alt:bool ->
shift:bool ->
meta:bool ->
tval create' :
?ctrl:unit ->
?alt:unit ->
?shift:unit ->
?meta:unit ->
Keyboard_code.t ->
tval to_string_hum : t -> string