]> gitweb.factorcode.org Git - factor.git/blob - basis/hashtables/sequences/prettyprint/prettyprint.factor
8b80399a39ad76014181a91dabe57f07e950638d
[factor.git] / basis / hashtables / sequences / prettyprint / prettyprint.factor
1 ! Copyright (C) 2011 John Benediktsson
2 ! See http://factorcode.org/license.txt for BSD license
3
4 USING: hashtables.sequences kernel prettyprint.custom ;
5
6 IN: hashtables.sequences.prettyprint
7
8 M: sequence-hashtable pprint-delims drop \ SH{ \ } ;