definition: |
profileSpaceNF :: a -> IO () profileSpaceNF exp = profileSpace (seq (id $!! exp) (return ())) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Evaluates the argument to normal form --- and print the time and space needed for this evaluation. --- During the evaluation, the garbage collector is turned off to get the --- total space usage. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
profileSpaceNF |
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 |