Change how byte-vectors prettyprint

db4
Slava Pestov 2009-05-16 08:56:09 -05:00
parent 7c388d702a
commit ba07afd383
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ M: tuple >pprint-sequence
[ 1array ] [ [ f 2array ] dip append ] if-empty ;
M: object pprint-narrow? drop f ;
M: byte-vector pprint-narrow? drop f ;
M: array pprint-narrow? drop t ;
M: vector pprint-narrow? drop t ;
M: hashtable pprint-narrow? drop t ;