definition:
|
setImportQualification :: Options -> Options
setImportQualification o = o { qualification = Imports }
|
demand:
|
argument 1
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Sets the qualification method to be used to print identifiers to
--- "import qualification" (which is the default).
--- In this case, all identifiers imported from other modules (except
--- for the identifiers of the prelude) are fully qualified.
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{({Options}) |-> {Options}}
|
name:
|
setImportQualification
|
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
|