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