definition:
|
staticErrorTestMod :: String -> [String] -> TestModule
staticErrorTestMod modname staterrs =
TestModule modname modname staterrs [] [] []
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
-- A test module with only static errors.
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
name:
|
staticErrorTestMod
|
precedence:
|
no precedence defined
|
result-values:
|
{TestModule}
|
signature:
|
String -> [String] -> TestModule
|
solution-complete:
|
operationally complete operation
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|