[project @ 1997-09-03 23:34:59 by sof]
[ghc-hetmet.git] / ghc / tests / deriving / should_compile / drv009.hs
1 --!!! deriving Ix on d. type with one constructor
2 module ShouldSucceed where
3
4 data Pair a b = Pair a b deriving (Show, Ord, Eq, Ix)