Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
OlmiInterfaces.PLUS_INTERFACESourceProvide a complete interface for Monad plus
include INTERFACEinclude BASIC_INTERFACEThe join function is the conventional monad join operator. It is used to remove one level of monadic structure, projecting its bound argument into the outer level.
Sequentially compose two actions, passing any value produced by the first as an argument to the second.