summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/th/TH_emptycase.stderr
blob: 2de068769bcde5c9dd4b15191cdb49712fa4b965 (plain)
1
2
3
4
5
6

TH_emptycase.hs:10:7:
    Case expression with no alternatives
    When splicing a TH expression: case 'a' of
    In the expression: $(caseE (litE $ CharL 'a') [])
    In an equation for `f': f = $(caseE (litE $ CharL 'a') [])