package oxbow

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

Module Output.SwapSource

Sourcemodule Target : sig ... end
Sourcetype t =
  1. | Tags of {
    1. target : Target.t;
    2. policy : Oxbow_core.Tag.Policy.t;
    3. follow : bool;
    }
  2. | All of {
    1. target : Target.t;
    2. policy : Oxbow_core.Tag.Policy.t;
    3. follow : bool;
    }
  3. | Visible of {
    1. target : Target.t;
    2. policy : Oxbow_core.Tag.Policy.t;
    3. follow : bool;
    }