haskell-src-exts-1.16.0: tests/examples/ClassDeclSrcSpan.hs.prettyprinter.golden
module Main (main) where
class C1 a where
toString :: a -> String
t1 :: String
t1 = "Hello"
module Main (main) where
class C1 a where
toString :: a -> String
t1 :: String
t1 = "Hello"