package containers

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

Module type CCResult.MONADSource

Monadic Operations

Sourcetype 'a t
Sourceval return : 'a -> 'a t

Monadic return.

Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t

Monadic bind.

OCaml

Innovation. Community. Security.