|
definition: |
model :: String -> String model s = "Model." ++ s |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
--------------------------------------------------------------------- Qualify a string (module name) with the prefix `Model.` |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_) |-> _}
|
|
name: |
model |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
String -> String |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |