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

definition:
keepFiles :: ReplState -> Bool
keepFiles rst = rcValue (rcVars rst) "keepfiles" == "yes"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Returns `True` if RC value `keepfiles` is set to `yes`.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
keepFiles
precedence:
no precedence defined
result-values:
_
signature:
REPL.State.ReplState -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term