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