Module Saga_tokenizers.EitherSource

Either type for API compatibility.

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