Module Sys_resource.Resource
type t = | CORE| CPU| DATA| FSIZE| NOFILE| STACK| AS
type defns = {core : int;cpu : int;data : int;fsize : int;nofile : int;stack : int;as_ : int;
}module Host : sig ... endval to_string : t -> stringval to_code : host:Host.t -> t -> intmodule Limit : sig ... end