Up
—
package
base
Module
Base.Either.Export
type
('f, 's) _either
=
(
'f
,
's
)
t
=
|
First
of
'f
|
Second
of
's