package encore

  1. Overview
  2. Docs

Source file either.ml

1
2
3
type ('a, 'b) t =
  | L of 'a
  | R of 'b