[project @ 1997-09-03 23:33:46 by sof]
[ghc-hetmet.git] / ghc / tests / etc / wdp-prel-insts.hs
1 -- what error do you get if you redefined PreludeCore instances?
2
3 module Test where
4
5 f x@(a,b) y@(c,d) = x == y
6
7 instance Eq (a,b) where
8     (m,n) == (o,p) = m == o