haskell-src-exts-1.15.0.1: 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)