factor/basis/hashtables/wrapped/prettyprint/prettyprint.factor

14 lines
384 B
Factor

! 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 ;