definition: |
configOpts :: Options -> ConfigOptions configOpts s = case optCommand s of ConfigCmd opts -> opts _ -> ConfigOptions False |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
configOpts |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Options -> ConfigOptions |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |