package saga

  1. Overview
  2. Docs

Module Saga_tokenizers.EitherSource

Either type for API compatibility.

Sourcetype ('a, 'b) t =
  1. | Left of 'a
  2. | Right of 'b