CurryInfo: base-3.3.0 / Control.Monad.join

definition:
join :: Monad m => m (m a) -> m a
join = (>>= id)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Removes one level of monadic structure, i.e. 'flattens' the monad.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {flip}}
name:
join
precedence:
no precedence defined
result-values:
{flip}
signature:
Prelude.Monad a => a (a b) -> a b
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms