X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fheaps%2Fheaps.factor;h=2c6d4c8102b06ebf247a540cdfb92b7d2ba6a31d;hp=69940c614d606c9d7b58f17f5d414cb1507f5530;hb=1542ebe47c58f140e5929772ad71f5d2ad46ec51;hpb=a4b253f94a4bbcfe43260ddf9206c9d8784e0427 diff --git a/basis/heaps/heaps.factor b/basis/heaps/heaps.factor index 69940c614d..2c6d4c8102 100644 --- a/basis/heaps/heaps.factor +++ b/basis/heaps/heaps.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2007, 2008 Ryan Murphy, Doug Coleman, ! Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays assocs fry kernel kernel.private locals +USING: accessors arrays assocs fry kernel kernel.private math math.order math.private sequences sequences.private summary vectors ; IN: heaps