DEBSOURCES
Skip Quicknav
sources / haskell-src-exts / 1.23.1-5 / tests / examples / DataKinds2.hs.prettyprinter.golden
123456789
{-# LANGUAGE DataKinds #-} data Foo a = Foo type FooB = Foo "a" type FooC = Foo 1 instance Show (Foo "bar") where