CurryInfo: base-3.3.0 / Control.Monad.void

definition:
void :: Functor f => f a -> f ()
void = fmap (const ())
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Ignores the result of the evaluation.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
void
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Functor a => a b -> a ()
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms