[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / 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