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