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