summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T17461.stderr
blob: f7b9f4b87ca5f76b8eddf0fe52166b8096f8c2c4 (plain)
1
2
3
4
5
6
7
T17461.hs:(8,2)-(10,7): Splicing declarations
    [d| type (:+:) :: Type -> Type -> Type
        
        type (:+:) = Either |]
  ======>
    type (:+:) :: Type -> Type -> Type
    type (:+:) = Either