pprint

A universal pretty printing library


Keywords
io, printing, racket
License
LGPL-3.0

Documentation

pprint.plt

Scribble

This is a pretty printing library for Racket developed by Dave Herman. The original library is available on PLaneT.

The library is released under the LGPLv3 license.


Copyright (C) 2005 - 2008 David Herman

Copyright (C) 2016 Asumu Takikawa

Portions based on PPrint.hs - a pretty-printer for Haskell Copyright 2000, Daan Leijen. All rights reserved. See COPYING.HASKELL for accompanying license.

Portions based on pprint.m - a pretty-printer for Mercury Copyright (C) 2000-2002 The University of Melbourne Written by Ralph Becket See COPYING for accompanying license.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA