hashtables.wrapped: re-adding prettyprint.

db4
John Benediktsson 2011-09-27 14:08:09 -07:00
parent 12cfe67f20
commit 6c775cb489
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license
USING: accessors arrays assocs fry hashtables kernel parser
sequences ;
sequences vocabs.loader ;
IN: hashtables.wrapped
@ -42,3 +42,4 @@ M: wrapped-hashtable >alist
M: wrapped-hashtable equal?
over wrapped-hashtable? [ [ underlying>> ] bi@ = ] [ 2drop f ] if ;
{ "hashtables.wrapped" "prettyprint" } "hashtables.wrapped.prettyprint" require-when