[plt-scheme] pretty-print?

From: dillogimp at gmail.com (dillogimp at gmail.com)
Date: Thu Apr 19 14:01:32 EDT 2007

Welcome to MzScheme version 360, Copyright (c) 2004-2006 PLT Scheme
Inc.

(require (lib "pretty.ss"))
(define sq (lambda (x) (* x x))) (sq 5)mzscheme
(pretty-print sq)
#<procedure:sq>

This is not pretty...



Posted on the users mailing list.