Up

Module Sometimes

Signature

type 'a t
val of_typerep : 'a Typerep_lib.Std.Typerep.t -> 'a t option
val int_as_value : 'a t -> int -> 'a option
val int_as_value_exn : 'a t -> int -> 'a
val int_is_value : 'a t -> int -> bool
val value_as_int : 'a t -> 'a -> int option
val value_as_int_exn : 'a t -> 'a -> int
val value_is_int : 'a t -> 'a -> bool
val option : _ option t
val list : _ list t