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