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