ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/T4170.hs
{-# LANGUAGE TemplateHaskell #-}
module T4170 where
import Language.Haskell.TH
class LOL a
lol :: Q [Dec]
lol = [d|
instance LOL Int
|]
instance LOL Int
{-# LANGUAGE TemplateHaskell #-}
module T4170 where
import Language.Haskell.TH
class LOL a
lol :: Q [Dec]
lol = [d|
instance LOL Int
|]
instance LOL Int