Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Webmachine.IO
SourceThe IO
module signature abstracts over monadic futures library. It is a much reduced version of the module signature that appears in Cohttp, and as such is compatible with any module that conforms to Cohttp.S.IO
.
The type of a blocking computation
The monadic bind operator for the type 'a t
. m >>= f
will pass the result of m
to f
, once the result is determined.