haskell-src-exts-1.17.0: tests/examples/TrailingWhere2.hs.prettyprinter.golden
module Main (main) where
data Baz = Baz
instance Show Baz where
show _ = ""
where
show _ = ""
module Main (main) where
data Baz = Baz
instance Show Baz where
show _ = ""
where
show _ = ""