You are currently looking at the v8.2 - v9.0 docs (Reason v3.6 syntax edition). You can find the latest API docs here.
Result
Define the interface for result.
t
REStype t<'good, 'bad> =
| Ok('good)
| Error('bad)
You are currently looking at the v8.2 - v9.0 docs (Reason v3.6 syntax edition). You can find the latest API docs here.
Define the interface for result.
REStype t<'good, 'bad> =
| Ok('good)
| Error('bad)