Up

Module Max_num_open_file_descrs

Signature

include Core_kernel.Std.Validated with type raw := int
type 'a validated
type raw
type t = raw validated
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val create : raw -> t Or_error.t
val create_exn : raw -> t
val raw : t -> raw
include Core_kernel.Std.Equal.S with type t := t
type t
val equal : t Equal.equal
val default : t