Up
–
containers
» CCShimsEither_
Module
CCShimsEither_
type
('a, 'b) t
=
(
'a
,
'b
)
Either.t
=
|
Left
of
'a
|
Right
of
'b