definition: |
setFullQualification :: Options -> Options setFullQualification o = o { qualification = Full } |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Sets the qualification method to be used to print identifiers to --- "fully qualified". --- In this case, every identifiers, including those of the processed module --- and the prelude, are fully qualified. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Options}) |-> {Options}} |
name: |
setFullQualification |
precedence: |
no precedence defined |
result-values: |
{Options} |
signature: |
Options -> Options |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |