package encore

  1. Overview
  2. Docs

Source file either.ml

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

Innovation. Community. Security.