package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module FilesResource.CorpusSource

Sourcetype t =
  1. | Default
  2. | Domain
    (*

    Files shared to the user's domain.

    *)
  3. | User
    (*

    Files owned by or shared to the user.

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