Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Middleware.MONAD2
SourceMonads of two type parameters.
bind fn a
sequentially composes a
with fn
, passing the result of the first action to fn
.