definition: |
setPageWith :: Int -> Options -> Options setPageWith pw o = o { pageWidth = pw } |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- Sets the page width of the pretty printer options. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{Options}) |-> {Options}} |
name: |
setPageWith |
precedence: |
no precedence defined |
result-values: |
{Options} |
signature: |
Prelude.Int -> Options -> Options |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |