package oxbow

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

Module Swap.TargetSource

Sourcetype t =
  1. | Pair of {
    1. first : string option;
    2. second : string option;
    }
  2. | Ring of {
    1. members : string list;
    2. rev : bool;
    }