definition: |
setFrontendPath :: String -> FrontendParams -> FrontendParams setFrontendPath s ps = ps { frontendPath = s } |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- Sets the path to the frontend executable. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{FrontendParams}) |-> {FrontendParams}} |
name: |
setFrontendPath |
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 |