CurryInfo: base-3.3.0 / Control.Monad.unless

definition:
unless :: (Applicative f) => Bool -> f () -> f ()
unless p s =  if p then pure () else s
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- The reverse of 'when'.
failfree:
(_, _, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{True},_) |-> _ || (_,{False},_) |-> _}
name:
unless
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Applicative a => Prelude.Bool -> a () -> a ()
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms