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