summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_1tuple.stderr
blob: cb8889e4ca0ef6c913e06d2e8b382372d420c5ed (plain)
1
2
3
4
5
6

TH_1tuple.hs:11:7:
    Illegal 1-tuple type constructor
    When splicing a TH expression: 1 :: ()
    In the expression: $(sigE [| 1 |] (tupleT 1))
    In an equation for `y': y = $(sigE [| 1 |] (tupleT 1))