Remove require for hashtables.wrapped.prettyprint

db4
Doug Coleman 2011-09-27 01:29:09 -07:00
parent 79c1715b4d
commit dd01a148e2
1 changed files with 1 additions and 2 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 vocabs.loader ;
sequences ;
IN: hashtables.wrapped
@ -42,4 +42,3 @@ M: wrapped-hashtable >alist
M: wrapped-hashtable equal?
over wrapped-hashtable? [ [ underlying>> ] bi@ = ] [ 2drop f ] if ;
{ "hashtables.wrapped" "prettyprint" } "hashtables.wrapped.prettyprint" require-when