CurryInfo: base-3.4.0 / Control.Monad.join

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