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

definition: Info
 
showCompilerOption :: CCOptionImpl -> String
showCompilerOption (ConstOpt o _) = o
showCompilerOption (ArgOpt o a _) = o ++ '=' : a
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Shows a specific compiler option in user-readable form.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({ConstOpt}) |-> _ || ({ArgOpt}) |-> _}
name: Info
 showCompilerOption
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 CCOptionImpl -> String
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms