package odoc

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Odoc_utils.ResultMonadSource

The result type and a bind operator. This module is meant to be opened.

Sourceval map_error : ('a -> 'b) -> ('c, 'a) result -> ('c, 'b) result
Sourceval of_option : error:'a -> 'b option -> ('b, 'a) result
Sourceval (>>=) : ('a, 'b) result -> ('a -> ('c, 'b) result) -> ('c, 'b) result
OCaml

Innovation. Community. Security.