CurryInfo: curry-repl-1.2.0 / REPL.Compiler.mapCompilerOption

definition: Info
 
mapCompilerOption :: CCOptionImpl -> String
mapCompilerOption (ConstOpt _ co) = co
mapCompilerOption (ArgOpt _ a fo) = maybe "" id (fo a)
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Maps a specific compiler option into the option passed
to the Curry compiler.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({ConstOpt}) |-> _ || ({ArgOpt}) |-> _}
name: Info
 mapCompilerOption
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 CCOptionImpl -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms