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

definition:
unlessKeepFiles :: ReplState -> IO () -> IO ()
unlessKeepFiles rst act = unless (keepFiles rst) act
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Executes an I/O action if the RC values `keepfiles` is not `yes`.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
unlessKeepFiles
precedence:
no precedence defined
result-values:
_
signature:
REPL.State.ReplState -> Prelude.IO () -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term