Module Core_kernel.Either.Export

type ('f, 's) _either = ('f'sBase__Either.t =
| First of 'f
| Second of 's