CurryInfo: curry-repl-1.2.0 / REPL.Main.cleanModule

definition:
cleanModule :: ReplState -> String -> IO ()
cleanModule rst mainmod = unlessKeepFiles rst $ do
  writeVerboseInfo rst 2 $ "Executing: " ++ cleancmd
  system cleancmd
  return ()
 where
  cleancmd  = ccCleanCmd (compiler rst) mainmod
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Removes a Curry module and intermediate files.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
cleanModule
precedence:
no precedence defined
result-values:
_
signature:
REPL.State.ReplState -> String -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term