]> gitweb.factorcode.org Git - factor.git/blob - basis/hashtables/wrapped/prettyprint/prettyprint.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / hashtables / wrapped / prettyprint / prettyprint.factor
1 ! Copyright (C) 2011 John Benediktsson
2 ! See http://factorcode.org/license.txt for BSD license
3
4 USING: assocs continuations hashtables.wrapped namespaces
5 prettyprint.config prettyprint.custom ;
6
7 IN: hashtables.wrapped.prettyprint
8
9 M: wrapped-hashtable >pprint-sequence >alist ;
10
11 M: wrapped-hashtable pprint*
12     nesting-limit inc
13     [ pprint-object ] [ nesting-limit dec ] [ ] cleanup ;