9 lines
249 B
Factor
9 lines
249 B
Factor
|
! Copyright (C) 2013 John Benediktsson.
|
||
|
! See http://factorcode.org/license.txt for BSD license
|
||
|
|
||
|
USING: hash-sets.identity kernel prettyprint.custom ;
|
||
|
|
||
|
IN: hash-sets.identity.prettyprint
|
||
|
|
||
|
M: identity-hash-set pprint-delims drop \ IHS{ \ } ;
|