Removed accidentally commited SRFI-7 definition.
This commit is contained in:
parent
2ef2113ec9
commit
161fea3b65
|
@ -1,6 +1,3 @@
|
||||||
(program
|
|
||||||
(requires srfi-9 srfi-23 srfi-27)
|
|
||||||
(code
|
|
||||||
;;; This file and the accompanying README were derived from
|
;;; This file and the accompanying README were derived from
|
||||||
;;; Oleg's code for Gambit available from
|
;;; Oleg's code for Gambit available from
|
||||||
;;;
|
;;;
|
||||||
|
@ -355,5 +352,4 @@
|
||||||
(define (treap-for-each-descending treap proc)
|
(define (treap-for-each-descending treap proc)
|
||||||
((for-each-inorder treap node:right-kid node:left-kid) proc))
|
((for-each-inorder treap node:right-kid node:left-kid) proc))
|
||||||
|
|
||||||
(define treap-debugprint debugprint)
|
(define treap-debugprint debugprint)
|
||||||
))
|
|
Loading…
Reference in New Issue