package oxbow

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

Module Oxbow_core.Spawn_positionSource

Sourcetype t =
  1. | Master
  2. | Prev
  3. | Next
  4. | End
Sourceval all : t list

all is the list of all spawn position variants.

Sourceval to_string : t -> string

to_string position is the string representation of t.

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