package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Default
  2. | DEFAULT
    (*

    The visibility of the new file is determined by the user's default visibility/sharing policies.

    *)
  3. | PRIVATE
    (*

    The new file will be visible to only the owner.

    *)
val to_string : t -> string
val of_string : string -> t