definition: |
setModName :: MName -> Options -> Options setModName m o = o { moduleName = m } |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- Sets the name of the current module in the pretty printer options. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{Options}) |-> {Options}} |
name: |
setModName |
precedence: |
no precedence defined |
result-values: |
{Options} |
signature: |
String -> Options -> Options |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |