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

TH_exn2.hs:1:1: error:
    Exception when trying to run compile-time code:
      Prelude.tail: empty list
    Code: do ds <- [d| |]
             return (tail ds)