]> gitweb.factorcode.org Git - factor.git/blob - basis/hash-sets/wrapped/prettyprint/prettyprint.factor
basis/extra: removing unnecessary IN: statements.
[factor.git] / basis / hash-sets / wrapped / prettyprint / prettyprint.factor
1 ! Copyright (C) 2013 John Benediktsson
2 ! See http://factorcode.org/license.txt for BSD license
3
4 USING: continuations hash-sets.wrapped namespaces
5 prettyprint.config prettyprint.custom sets ;
6
7 M: wrapped-hash-set >pprint-sequence members ;
8
9 M: wrapped-hash-set pprint*
10     nesting-limit inc
11     [ pprint-object ] [ nesting-limit dec ] finally ;