[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / deriving / should_compile / drv007.hs
1 -- !!! deriving Ord on d. type with a single nullary constructor.
2 -- (from ghc-2.10 panic - as reported by Sergey Mechveliani <mechvel@botik.ru>)
3 --  
4 module ShouldSucceed where
5
6 data D = D deriving (Eq,Ord)