Removed accidentally commited SRFI-7 definition.

This commit is contained in:
Martin Gasbichler 2003-04-10 11:48:43 +00:00
parent 2ef2113ec9
commit 161fea3b65
1 changed files with 1 additions and 5 deletions

View File

@ -1,6 +1,3 @@
(program
(requires srfi-9 srfi-23 srfi-27)
(code
;;; This file and the accompanying README were derived from
;;; Oleg's code for Gambit available from
;;;
@ -355,5 +352,4 @@
(define (treap-for-each-descending treap proc)
((for-each-inorder treap node:right-kid node:left-kid) proc))
(define treap-debugprint debugprint)
))
(define treap-debugprint debugprint)