package oxbow

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

Module Oxbow_core.Swallow_roleSource

Sourcetype t =
  1. | Auto
  2. | Terminal
  3. | Disabled
Sourceval all : t list

all is the list containing all the swallow roles.

Sourceval to_string : t -> string

to_string role is the string representation of role.

Sourceval t_of_yojson : Yojson.Safe.t -> t
Sourceval yojson_of_t : t -> Yojson.Safe.t