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