haskell-debugger-0.13.0.0: test/golden/T237/T237.ghc-914.hdb-stdout
[1 of 2] Compiling Main ( <TEMPORARY-DIRECTORY>/app/Main.hs, interpreted )[T237-0.1.0.0-inplace-T237]
[;1m<TEMPORARY-DIRECTORY>/app/Main.hs:8:1: [;1m[35mwarning[0m[0m[;1m: [GHC-90177] [[;1m[35m-Worphans[0m[0m[;1m][0m[0m[;1m
Orphan class instance: instance DebugView MyType
Suggested fix:
Move the instance declaration to the module of the class or of the type, or
wrap the type with a newtype and declare the instance on the new type.[0m[0m
[;1m[34m |[0m[0m
[;1m[34m8 |[0m[0m [;1m[35minstance DebugView MyType where[0m[0m
[;1m[34m |[0m[0m[;1m[35m ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...[0m[0m
(hdb) BreakFound {changed = True, breakId = [InternalBreakpointId Main 1], sourceSpan = SourceSpan {file = "<TEMPORARY-DIRECTORY>/app/Main.hs", startLine = 15, endLine = 15, startCol = 3, endCol = 28}}
(hdb) Stopped at breakpoint
(hdb) _result : IO () = <fn> :: IO ()
value : MyType = _
value : MyType = alpha:beta:gamma
(hdb) Exiting...