hashtables.wrapped: re-adding prettyprint.
parent
12cfe67f20
commit
6c775cb489
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license
|
! See http://factorcode.org/license.txt for BSD license
|
||||||
|
|
||||||
USING: accessors arrays assocs fry hashtables kernel parser
|
USING: accessors arrays assocs fry hashtables kernel parser
|
||||||
sequences ;
|
sequences vocabs.loader ;
|
||||||
|
|
||||||
IN: hashtables.wrapped
|
IN: hashtables.wrapped
|
||||||
|
|
||||||
|
@ -42,3 +42,4 @@ M: wrapped-hashtable >alist
|
||||||
M: wrapped-hashtable equal?
|
M: wrapped-hashtable equal?
|
||||||
over wrapped-hashtable? [ [ underlying>> ] bi@ = ] [ 2drop f ] if ;
|
over wrapped-hashtable? [ [ underlying>> ] bi@ = ] [ 2drop f ] if ;
|
||||||
|
|
||||||
|
{ "hashtables.wrapped" "prettyprint" } "hashtables.wrapped.prettyprint" require-when
|
||||||
|
|
Loading…
Reference in New Issue