mirrors: useless using
parent
175a42bd49
commit
90fcf7cfd5
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors assocs classes classes.tuple classes.tuple.private
|
USING: accessors assocs classes classes.tuple classes.tuple.private
|
||||||
combinators fry hash-sets hashtables kernel math sequences sets slots
|
combinators fry hash-sets hashtables kernel math sequences sets slots
|
||||||
slots.private summary present formatting ;
|
slots.private summary ;
|
||||||
IN: mirrors
|
IN: mirrors
|
||||||
|
|
||||||
TUPLE: mirror { object read-only } ;
|
TUPLE: mirror { object read-only } ;
|
||||||
|
|
Loading…
Reference in New Issue