xkapastel has quit [Quit: Connection closed for inactivity]
_whitelogger has joined #reasonml
weird_error has joined #reasonml
weird_error has quit [Quit: weird_error]
<r3s1stanc3_>
which version of ocaml does reasonml use? ocaml should have a generic `('a, 'b) result` type for monadic error handling since 4.03 but i cannot use that type in reasonml
<r3s1stanc3_>
is there something similar provided by reasonml or do i have to implement the type myself?
<reynir>
You can use result in reasonml
<reynir>
but not with the bucklescript backend
<reynir>
r3s1stanc3_: ^
xkapastel has joined #reasonml
weird_error has joined #reasonml
weird_error has quit [Quit: weird_error]
<r3s1stanc3_>
reynir: ty. i found Belt.Result which implements the type