blob: 86788d1b739bf844b1bca02f5841f45809a97870 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<interactive>:2:10: error:
• 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))’
|