summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T17394.stderr
blob: b4551f763da68f6a2fe8b25647d16bb47ded0b16 (plain)
1
2
3
4
5
6
7
8
T17394.hs:10:12-66: Splicing type
    infixT (conT ''Maybe) ''(:*:) (conT ''Maybe)
  ======>
    (:*:) Maybe Maybe
T17394.hs:9:12-68: Splicing type
    infixT (promotedT 'Nothing) '(:*:) (promotedT 'Nothing)
  ======>
    '(:*:) 'Nothing 'Nothing