blob: b4d5b8df84ef41651dd4a5febc45898019a39d97 (
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 (from ImplicitParams):
error, called at libraries/base/GHC/List.hs:999:3 in base:GHC.List
Code: do { ds <- [d| |];
return (tail ds) }
|