Monad.Minclude OlmiInterfaces.COMMONval return : 'a -> 'a tPlace a value in a minimal monadic context
The 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.