blob: a7fefabc78f1a82fbc85ec5179169a56be2d58a0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
TH_exn2.hs:1:1: error: [GHC-87897]
Exception when trying to run compile-time code:
Prelude.tail: empty list
CallStack (from HasCallStack):
error, called at libraries/base/GHC/List.hs:1650:3 in base:GHC.List
errorEmptyList, called at libraries/base/GHC/List.hs:130:28 in base:GHC.List
tail, called at TH_exn2.hs:10:17 in main:TH
Code: (do ds <- [d| |]
return (tail ds))
|