definition: |
showProgInfo :: Show a => ProgInfo a -> String showProgInfo (ProgInfo fm1 fm2) = "Public: "++show fm1++"\nPrivate: "++show fm2 |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- Show a ProgInfo as a string (used for debugging only). |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{ProgInfo}) |-> _} |
name: |
showProgInfo |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Prelude.Show a => ProgInfo a -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |