|
definition: |
showCompilerOptionDescr :: CCOption -> (String,String) showCompilerOptionDescr (CCOption s1 s2 _) = (s1, s2) |
|
demand: |
argument 1 |
|
deterministic: |
deterministic operation |
|
documentation: |
Maps a compiler option into the pair of their short and long description. |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{({CCOption}) |-> {(,)}}
|
|
name: |
showCompilerOptionDescr |
|
precedence: |
no precedence defined |
|
result-values: |
{(,)}
|
|
signature: |
CCOption -> (String, String) |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |