Module Core__Core_unix.RLimit.Limit

type t =
| Limit of int64
| Infinity
include sig ... end
val t_of_sexp : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t
val min : t ‑> t ‑> t
val max : t ‑> t ‑> t