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

definition:
setHtmlDir :: String -> FrontendParams -> FrontendParams
setHtmlDir s ps = ps { htmldir = Just s }
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Set the htmldir parameter of the front end.
--- Relevant for HTML generation.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{FrontendParams}) |-> {FrontendParams}}
name:
setHtmlDir
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