guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pretty-print for 1+


From: Brian Killian
Subject: pretty-print for 1+
Date: Wed, 11 Sep 2013 14:31:05 -0400

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?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]