Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Make.M
bind fn a
sequentially composes a
with fn
, passing the result of the first action to fn
.
val return : 'a -> 'a t
return a
injects the value a
into the monadic type.