hdiff
packages
feed
haskell-src-exts
-1.9.5: Test/examples/GadtDeriving.hs
{-# LANGUAGE GADTs #-} data Foo where Foo :: Int -> Foo deriving (Eq,Ord,Typeable)