definition:
|
genTestMsg :: String -> Test -> String
genTestMsg file test = snd (testName test) ++ showModuleLine file (testLine test)
|
demand:
|
argument 2
|
deterministic:
|
deterministic operation
|
documentation:
|
-- Generates a useful error message for tests (with module and line number)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
name:
|
genTestMsg
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
String -> Test -> String
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|