package oxbow

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

Module Command.GapsSource

Sourcetype t =
  1. | Inner of {
    1. delta : int Oxbow_core.Delta.t;
    2. scope : Oxbow_core.Scope.t;
    }
  2. | Outer of {
    1. delta : int Oxbow_core.Delta.t;
    2. scope : Oxbow_core.Scope.t;
    }
  3. | Overview of {
    1. delta : int Oxbow_core.Delta.t;
    2. scope : Oxbow_core.Scope.t;
    }