definition: |
setOverlapWarn :: Bool -> FrontendParams -> FrontendParams setOverlapWarn s ps = ps { overlapWarn = s } |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- Set overlap warn mode of the front end. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{FrontendParams}) |-> {FrontendParams}} |
name: |
setOverlapWarn |
precedence: |
no precedence defined |
result-values: |
{FrontendParams} |
signature: |
Prelude.Bool -> FrontendParams -> FrontendParams |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |