CurryInfo: base-3.4.0 / Control.Monad.forever

definition: Info
 
forever :: (Applicative f) => f a -> f b
forever a = let a' = a *> a' in a'
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Repeat an action indefinitely.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 forever
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Applicative a => a b -> a c
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms