package unix-unistd

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Unix.access_permission
type defns = {
  1. r_ok : int;
  2. w_ok : int;
  3. x_ok : int;
  4. f_ok : int;
}
module Host : sig ... end
val to_code : host:Host.t -> t list -> int
val of_code : host:Host.t -> int -> t list
val is_set : host:Host.t -> t -> int -> bool
val set : host:Host.t -> t -> int -> int