CurryInfo: runcurry-3.0.0 / RunCurry.replOpts

definition:
 
replOpts :: String
replOpts = "--nocypm :set v0 :set parser -Wnone :set -time"
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
------------------------------------------------------------------------
The default options for the REPL of the Curry system: quiet compilation
and no use of the Curry package manager.
If the actual Curry system has different options, this constant
should be adapted.
The option `--nocypm` is set since the CURRYPATH is explicitly set
(by `setCurryPath`) before the runner starts.
failfree:
 ()
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {() |-> {:}}
name:
 replOpts
precedence:
 no precedence defined
result-values:
 {:}
signature:
 String
solution-complete:
 operationally complete operation
terminating:
 yes
totally-defined:
 reducible on all ground data terms