(module info (lib "infotab.ss" "setup") (define name "join-forest") (define blurb '("join a forest of binary trees")) (define release-notes '((p "Version 1.1: added fib-join-forest: join trees using strategy similar to that used by fibonacci heaps."))) (define categories '(datastructures)) (define homepage "http://hashcollision.org/") (define can-be-loaded-with 'all) (define compile-omit-paths (list "test")) (define version "1.1") (define doc.txt "doc.txt") (define primary-file "join-forest.ss"))