Module Either.Export

type (!'f, !'s) _either = ('f, 's) t =
  1. | First of 'f
  2. | Second of 's