summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T15550.stderr
blob: 8169d756135c7e761114409d79cffa698faecc13 (plain)
1
2
3
4
5
6
7
8
9
10
11
T15550.hs:(4,3)-(8,6): Splicing declarations
    [d| {-# RULES "myId" forall x. myId x = x #-}
        
        myId :: a -> a
        myId x = x
        {-# NOINLINE [1] myId #-} |]
  ======>
    myId :: a -> a
    myId x = x
    {-# NOINLINE [1] myId #-}
    {-# RULES "myId" forall x. myId x = x #-}