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

definition:
setOutDir :: String -> FrontendParams -> FrontendParams
setOutDir s ps = ps { outdir = s }
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Sets the output directory of frontend artifacts ('currySubdir' by default)
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{FrontendParams}) |-> {FrontendParams}}
name:
setOutDir
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