This is the mail archive of the
kawa@sourceware.org
mailing list for the Kawa project.
gnu.lists.PairWithPosition.toString() truncates the list?
- From: "Ethan Herdrick" <info at reatlas dot com>
- To: kawa at sourceware dot org
- Date: Mon, 19 May 2008 18:02:26 -0700
- Subject: gnu.lists.PairWithPosition.toString() truncates the list?
The toString for gnu.lists.PairWithPosition truncates lists with more
than ten elements. Why?
#|kawa:1|# (*:toString '(1 2 3 4 5 6 7 8 9 10 11 12 13))
|(1 2 3 4 5 6 7 8 9 10 ...)|