definition: |
equalProgInfo :: Eq a => ProgInfo a -> ProgInfo a -> Bool equalProgInfo (ProgInfo pi1p pi1v) (ProgInfo pi2p pi2v) = pi1p == pi2p && pi1v == pi2v |
demand: |
arguments 2 3 |
deterministic: |
deterministic operation |
documentation: |
-- Equality on ProgInfo |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{ProgInfo},{ProgInfo}) |-> _} |
name: |
equalProgInfo |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Prelude.Eq a => ProgInfo a -> ProgInfo a -> Prelude.Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |