! Copyright (C) 2011 John Benediktsson ! See http://factorcode.org/license.txt for BSD license USING: assocs continuations hashtables.wrapped namespaces prettyprint.config prettyprint.custom ; IN: hashtables.wrapped.prettyprint M: wrapped-hashtable >pprint-sequence >alist ; M: wrapped-hashtable pprint* nesting-limit inc [ pprint-object ] [ nesting-limit dec ] finally ;