|
definition: |
prog2DirFile :: String -> String
prog2DirFile = ("benchmarks_callpattern/" ++)
|
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
define where to look for the benchmark programs: |
|
failfree: |
() |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{() |-> {++}}
|
|
name: |
prog2DirFile |
|
precedence: |
no precedence defined |
|
result-values: |
{++}
|
|
signature: |
String -> String |
|
solution-complete: |
operationally complete operation |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |