]> gitweb.factorcode.org Git - factor.git/commitdiff
hashtables.wrapped: re-adding prettyprint.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 27 Sep 2011 21:08:09 +0000 (14:08 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 27 Sep 2011 21:08:09 +0000 (14:08 -0700)
basis/hashtables/wrapped/wrapped.factor

index a7ab8b95cf1707af2774b734728bb3a6fb805fca..09a4d94fbae6ab63ce6409ee2e381d139955049f 100644 (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