haskell-debugger-0.13.0.0: test/golden/T218/T218.hdb-stdout
[1 of 3] Compiling GHC.Debugger.View.Class ( in-memory:GHC.Debugger.View.Class, interpreted )[haskell-debugger-view-in-memory]
[2 of 3] Compiling Main ( <TEMPORARY-DIRECTORY>/Main.hs, interpreted )[main]
(hdb) Aborted: <interactive>:1:1: error: [GHC-88464]
Variable not in scope: isLetter
(hdb)
(hdb) <fn> :: Char -> Bool
(hdb) True
(hdb) False
(hdb) Aborted: <interactive>:1:1: error: [GHC-87110]
Could not find module `Does.Not.Exist'.
Use -v to see a list of the files searched for.
(hdb) Exiting...