Module Odoc_utils.ResultMonadSource
The result type and a bind operator. This module is meant to be opened.
Source
val (>>=) :
('a, 'b) Stdlib.result ->
('a -> ('c, 'b) Stdlib.result) ->
('c, 'b) Stdlib.result