This is a Chicken Scheme egg which provides an assortment of data structures.
This egg contains (or will contain) a few assorted data structures for convenience in porting some older Scheme->C code into chicken.
- (zipper:initialize tree)
- (zipper:descend zipper i)
- (zipper:ascend zipper)
- (zipper:descend-seq zipper seq)
- (zipper:ascend-n zipper n)
- (zipper:can-ascend? zipper)
- (zipper:ascend-until zipper predicate)
- (zipper:ascend-height zipper)
Copyright 2012-2013 Purdue University. All rights reserved.
Contact Siddharth Narayanaswamy, siddharth@iffsid.com.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses.