[project @ 1999-01-27 15:01:03 by simonpj]
[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)