Pre-SRFI Reference Implementation of Bimaps
This package contains a preliminary implementation of a bimap API that has been proposed by John Cowan, chair of Working Group 2 (R7RS large).
Implementation
This package imports (scheme base),
(r6rs hashtables), and
(in-progress hash tables).
Tests
in-progress/hash/tables-test.sps
tests both (in-progress hash tables) and
(in-progress hash bimaps),
so both of those libraries will have to be downloaded before
their test program can be run.
Bugs
Please report bugs found within (in-progress *) libraries at
Larceny's GitHub site.