CurryInfo: runcurry-3.0.0 / RunCurry.replOpts

definition: Info
 
replOpts :: String
replOpts = "--nocypm :set v0 :set parser -Wnone :set -time"
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
------------------------------------------------------------------------
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: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {:}}
name: Info
 replOpts
precedence: Info
 no precedence defined
result-values: Info
 {:}
signature: Info
 String
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms