summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T15243.stderr
blob: 4cf78cacd6ca3fdf1156270b1267d35691d79810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
T15243.hs:(10,2)-(15,7): Splicing declarations
    [d| type family F (a :: k) :: k where
          F 'Unit = 'Unit
          F '(,) = '(,)
          F '[] = '[]
          F '(:) = '(:) |]
  ======>
    type family F (a :: k) :: k where
      F 'Unit = 'Unit
      F '(,) = '(,)
      F '[] = '[]
      F '(:) = '(:)