Up
–
result
» Result
Module
Result
type
nonrec
('a, 'b) result
=
(
'a
,
'b
)
Stdlib.result
=
|
Ok
of
'a
|
Error
of
'b