Module Core_kernel__Either.Export
type ('f, 's) _either
= ('f, 's) Base__Either.t
=
|
First of 'f
|
Second of 's
Core_kernel__Either.Export
type ('f, 's) _either
= ('f, 's) Base__Either.t
=
| First of 'f |
| Second of 's |