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