package encore

  1. Overview
  2. Docs
type ('a, 'b) t =
  1. | L of 'a
  2. | R of 'b