Don't import vector-map from R7RS in SRFI 43.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
This commit is contained in:
OGINO Masanori 2015-05-13 12:08:38 +09:00
parent 48faa9ac98
commit 52624460cd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
(define-library (srfi 43)
(import (scheme base)
(import (except (scheme base) vector-map)
(srfi 8))
;; # Constructors