heaps: cleanup using.

freebsd-work
John Benediktsson 2019-01-11 08:19:50 -08:00
parent b7c43d6e04
commit b66c23133e
1 changed files with 3 additions and 3 deletions

View File

@ -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 )