Re: pretty-print for 1+
On Thu, Sep 12, 2013 at 6:04 PM, Ludovic Courtès wrote: > Brian Killian skribis: > > > Using guile 2.0.9 and the ice-9 pretty-print module, when I apply: > > > > (pretty-print '(1+ 1)) > > > > I get: > > > > (#{1+}# 1) > > > > I w
pretty-print for 1+
Using guile 2.0.9 and the ice-9 pretty-print module, when I apply: (pretty-print '(1+ 1)) I get: (#{1+}# 1) I was expecting: (1+ 1) Is this an issue with pretty-print or should I adjust my expectation?