CurryInfo: profiling-3.0.0 / Debug.Profile.profileTimeNF

definition:
profileTimeNF :: a -> IO ()
profileTimeNF exp = profileTime (seq (id $!! exp) (return ()))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Evaluates the argument to normal form
--- and print the time needed for this evaluation.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
profileTimeNF
precedence:
no precedence defined
result-values:
_
signature:
a -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term