Remove require for hashtables.wrapped.prettyprint
parent
79c1715b4d
commit
dd01a148e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue