definition: |
genTestName :: Test -> String genTestName test = let (modName, fName) = testName test in fName ++ "_" ++ modNameToId modName |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- Generates the name of a test in the main test module from the test name. |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
name: |
genTestName |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Test -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |