summaryrefslogtreecommitdiff
path: root/testsuite/tests/determinism/determ007/A.hs
blob: 9cc1705e45d7038c40615ad459b3b4e09a9797dd (plain)
1
2
3
module A where

data ADT a b = Z a b deriving Eq