CurryInfo: frontend-exec-3.3.0 / System.FrontendExec.setFullPath

definition:
setFullPath :: [String] -> FrontendParams -> FrontendParams
setFullPath s ps = ps { fullPath = Just s }
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Set the full path of the front end.
--- If this parameter is set, the front end searches all modules
--- in this path (instead of using the default path).
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{FrontendParams}) |-> {FrontendParams}}
name:
setFullPath
precedence:
no precedence defined
result-values:
{FrontendParams}
signature:
[String] -> FrontendParams -> FrontendParams
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms