package oxbow

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

Module Layout.TilingSource

Sourcetype t =
  1. | Cycle of Oxbow_core.Direction.Logical.t
  2. | Mfact of {
    1. delta : float Oxbow_core.Delta.t;
    2. scope : Oxbow_core.Scope.t;
    }
  3. | Nmaster of {
    1. delta : int Oxbow_core.Delta.t;
    2. scope : Oxbow_core.Scope.t;
    }
  4. | Orientation of {
    1. dir : Oxbow_core.Direction.Spatial.t;
    2. scope : Oxbow_core.Scope.t;
    }
  5. | Select of {
    1. scheme : Oxbow_core.Scheme.t;
    2. scope : Oxbow_core.Scope.t;
    }
  6. | Scheme of {
    1. scheme : Oxbow_core.Scheme.t;
    2. scope : Oxbow_core.Scope.t;
    }