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