haskell-src-exts-1.18.0: tests/examples/DataKinds2.hs.prettyprinter.golden
{-# LANGUAGE DataKinds #-}
data Foo a = Foo
type FooB = Foo "a"
type FooC = Foo 1
instance Show (Foo "bar") where
{-# LANGUAGE DataKinds #-}
data Foo a = Foo
type FooB = Foo "a"
type FooC = Foo 1
instance Show (Foo "bar") where