]> gitweb.factorcode.org Git - factor.git/blob - basis/hashtables/identity/prettyprint/prettyprint.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / hashtables / identity / prettyprint / prettyprint.factor
1 ! Copyright (C) 2010-2011 Joe Groff
2 ! See http://factorcode.org/license.txt for BSD license
3
4 USING: hashtables.identity kernel prettyprint.custom ;
5
6 IN: hashtables.identity.prettyprint
7
8 M: identity-hashtable pprint-delims drop \ IH{ \ } ;