[1 of 3] Compiling MyType ( /lib/MyType.hs, interpreted )[T237-0.1.0.0-inplace] [2 of 3] Compiling Main ( /app/Main.hs, interpreted )[T237-0.1.0.0-inplace-T237] /app/Main.hs:8:1: warning: [GHC-90177] [-Worphans] 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.  | 8 | instance DebugView MyType where  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... (hdb) BreakFound {changed = True, breakId = [InternalBreakpointId Main 1], sourceSpan = SourceSpan {file = "/app/Main.hs", startLine = 15, endLine = 15, startCol = 3, endCol = 28}} (hdb) Stopped at breakpoint (hdb) _result : IO () = :: IO () value : MyType = _ value : MyType = alpha:beta:gamma (hdb) Exiting...