definition:
|
setSpecials :: String -> FrontendParams -> FrontendParams
setSpecials s ps = ps { specials = s }
|
demand:
|
argument 2
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Set additional specials parameters of the front end.
--- These parameters are specific for the current front end and
--- should be used with care, since their form might change in the future.
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,{FrontendParams}) |-> {FrontendParams}}
|
name:
|
setSpecials
|
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
|