Docs
API
Playground
Blog
Community
Playground
Blog
Twitter
Github
Forum
API
/
Js
/
Result
Result
Define the interface for result.
t
type
t<'good, 'bad>
=
|
Ok
('good) |
Error
('bad)