blob: 04d92ba65be32523ace0467ca45c8241b722bd9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<interactive>:2:10: error: [GHC-87897]
• Exception when trying to run compile-time code:
Prelude.undefined
CallStack (from HasCallStack):
undefined, called at <interactive>:2:10 in interactive:Ghci1
Code: undefined
• In the Template Haskell splice $$undefined
In the first argument of ‘print’, namely ‘($$undefined :: String)’
In the first argument of ‘GHC.GHCi.ghciStepIO ::
IO a -> IO a’, namely
‘(print ($$undefined :: String))’
|