package geojsone

  1. Overview
  2. Docs

Module Optics.EitherSource

Sourcetype ('a, 'b) t =
  1. | Left of 'a
  2. | Right of 'b
Sourceval left : 'a -> ('a, 'b) t
Sourceval right : 'a -> ('b, 'a) t