summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_exn2.stderr
blob: 8cf8d452ce9cfaf765ce0f4a42bc662dd3915ed0 (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) }