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