mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-15 05:44:58 +00:00
Estimated hours taken: 3 Branches: main Use the pretty_print module to pretty print terms in the debugger, rather than pprint. browser/browse.m: Use the new pretty_printer. browser/browser_info.m: Make the debugger type a member of the stream typeclass, so that we can use it from the new pretty printer.