Import (scheme cxr)

This commit is contained in:
Justin Ethier 2016-08-20 18:19:30 -04:00
parent e8e063ab83
commit 429fb5d3ac

View file

@ -7,7 +7,8 @@
;;;; This module is an interface to the list library.
;;;;
(define-library (srfi 1)
(import (scheme base))
(import (scheme base)
(scheme cxr))
(export
xcons tree-copy make-list list-tabulate cons* list-copy
proper-list? circular-list? dotted-list? not-pair? null-list? list=