definition: |
cleanTempDir :: IO () cleanTempDir = tempDir >>= removeDirectoryComplete |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Removes the temporary directory for some CPM command. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> _} |
name: |
cleanTempDir |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Prelude.IO () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |