]> gitweb.factorcode.org Git - factor.git/blob - basis/hashtables/sequences/prettyprint/prettyprint.factor
basis/extra: removing unnecessary IN: statements.
[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 M: sequence-hashtable pprint-delims drop \ SH{ \ } ;