mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-11 11:53:51 +00:00
Use the pretty_print module to pretty print terms in
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.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
%---------------------------------------------------------------------------%
|
||||
% vim: ft=mercury ts=4 sw=4 et
|
||||
%---------------------------------------------------------------------------%
|
||||
% Copyright (C) 1998-2006 The University of Melbourne.
|
||||
% Copyright (C) 1998-2007 The University of Melbourne.
|
||||
% This file may only be copied under the terms of the GNU Library General
|
||||
% Public License - see the file COPYING.LIB in the Mercury distribution.
|
||||
%---------------------------------------------------------------------------%
|
||||
|
||||
Reference in New Issue
Block a user