definition: |
removeSymlink :: String -> IO Int removeSymlink link = system $ "rm " ++ quote link |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Deletes a symlink. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
removeSymlink |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String -> Prelude.IO Prelude.Int |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |