2015-06-29 19:43:15 -04:00
|
|
|
! Copyright (C) 2010-2011 Joe Groff
|
|
|
|
! See http://factorcode.org/license.txt for BSD license
|
|
|
|
|
|
|
|
USING: hashtables.identity kernel prettyprint.custom ;
|
|
|
|
|
|
|
|
IN: hashtables.identity.prettyprint
|
|
|
|
|
|
|
|
M: identity-hashtable pprint-delims drop \ IH{ \ } ;
|