Converts a Free into a Result value. A Return will be mapped to an Err and a Bind will be mapped to an Ok.
Free
Result
Return
Err
Bind
Ok
A Functor instance for F.
Functor
F
The mapped result value.
Generated using TypeDoc
Converts a
Free
into aResult
value. AReturn
will be mapped to anErr
and aBind
will be mapped to anOk
.