9 lines
244 B
Factor
9 lines
244 B
Factor
|
! Copyright (C) 2011 John Benediktsson
|
||
|
! See http://factorcode.org/license.txt for BSD license
|
||
|
|
||
|
USING: hashtables.sequences kernel prettyprint.custom ;
|
||
|
|
||
|
IN: hashtables.sequences.prettyprint
|
||
|
|
||
|
M: sequence-hashtable pprint-delims drop \ SH{ \ } ;
|