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

TH_exn2.hs:1:1: error:
    Exception when trying to run compile-time code:
      Prelude.tail: empty list
CallStack:
  error, called at libraries/base/GHC/List.hs:1009:3 in base:GHC.List
    Code: do { ds <- [d| |];
               return (tail ds) }