Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Monadic.Mval return : 'a -> 'a treturn a puts the elements a into a monadic container.
m >> f extracts elements of of the monadic container m and applies the function f to them which puts them back into a monadic container.