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

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