[project @ 2001-04-30 11:23:28 by simonpj]
[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