definition: |
setDebugLevel :: Int -> CConfig -> CConfig setDebugLevel dl cc = cc { ccDebugLevel = toEnum dl } |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- Returns the debug level from the current configuration. |
failfree: |
({0,1,2,3,4}, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{CConfig}) |-> {CConfig}} |
name: |
setDebugLevel |
precedence: |
no precedence defined |
result-values: |
{CConfig} |
signature: |
Prelude.Int -> CConfig -> CConfig |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |