definition:
|
setLogfile :: String -> FrontendParams -> FrontendParams
setLogfile s ps = ps { logfile = Just s }
|
demand:
|
argument 2
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Set the logfile parameter of the front end.
--- If this parameter is set, all messages produced by the front end
--- are stored in this file.
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,{FrontendParams}) |-> {FrontendParams}}
|
name:
|
setLogfile
|
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
|