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