definition:
|
setNoQualification :: Options -> Options
setNoQualification o = o { qualification = None }
|
demand:
|
argument 1
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Sets the qualification method to be used to print identifiers to
--- "unqualified".
--- In this case, no identifiers is printed with its module qualifier.
--- This might lead to name conflicts or unintended references
--- if some identifiers in the pretty-printed module are in conflict
--- with imported identifiers.
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{({Options}) |-> {Options}}
|
name:
|
setNoQualification
|
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
|