package io

  1. Overview
  2. Docs
type ('a, 'b) either =
  1. | Left of 'a
  2. | Right of 'b
val either : ('a -> 'b) -> ('c -> 'b) -> ('a, 'c) either -> 'b
OCaml

Innovation. Community. Security.