Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val return : 'a -> 'a t
return 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.