package containers

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

The monad that just uses blocking calls as bind

  • since 0.14

'a t = 'a contraint is

  • since 0.16
type 'a t = 'a
val return : 'a -> 'a t
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t