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;
    }