summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5883.stderr
blob: aa87a41052310c16a2a5ea6fd5d1a0d352315916 (plain)
1
2
3
4
5
6
7
8
9
10
11
T5883.hs:(7,4)-(12,4): Splicing declarations
    [d| data Unit = Unit
        
        instance Show Unit where
          show _ = ""
          {-# INLINE show #-} |]
  ======>
    data Unit = Unit
    instance Show Unit where
      {-# INLINE show #-}
      show _ = ""