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

definition:
cleanUpAndExitRepl :: ReplState -> IO ()
cleanUpAndExitRepl rst = do
  terminateSourceProgGUIs rst
  exitWith (exitStatus rst)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Clean resources of REPL and terminate it with exit status.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
cleanUpAndExitRepl
precedence:
no precedence defined
result-values:
_
signature:
REPL.State.ReplState -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term