Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Middleware.MONAD
SourceMinimal monad definition required by a Middleware.
bind fn a
sequentially composes a
with fn
, passing the result of the first action to fn
.