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