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

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