CurryInfo: base-3.3.0 / Prelude.groundNormalForm

definition:
groundNormalForm :: a -> a
groundNormalForm x = id $## x
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Evaluates the argument to ground normal form and returns it.
--- Suspends as long as the normal form of the argument is not ground.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
groundNormalForm
precedence:
no precedence defined
result-values:
_
signature:
a -> a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms