heaps: cleanup using.
parent
b7c43d6e04
commit
b66c23133e
|
@ -1,9 +1,9 @@
|
|||
! Copyright (C) 2007, 2008 Ryan Murphy, Doug Coleman,
|
||||
! Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays assocs combinators fry kernel
|
||||
kernel.private locals math math.order math.private sequences
|
||||
sequences.private summary vectors ;
|
||||
USING: accessors arrays assocs fry kernel kernel.private locals
|
||||
math math.order math.private sequences sequences.private summary
|
||||
vectors ;
|
||||
IN: heaps
|
||||
|
||||
GENERIC: heap-push* ( value key heap -- entry )
|
||||
|
|
Loading…
Reference in New Issue