mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Import (scheme cxr)
This commit is contained in:
parent
e8e063ab83
commit
429fb5d3ac
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
||||||
;;;; This module is an interface to the list library.
|
;;;; This module is an interface to the list library.
|
||||||
;;;;
|
;;;;
|
||||||
(define-library (srfi 1)
|
(define-library (srfi 1)
|
||||||
(import (scheme base))
|
(import (scheme base)
|
||||||
|
(scheme cxr))
|
||||||
(export
|
(export
|
||||||
xcons tree-copy make-list list-tabulate cons* list-copy
|
xcons tree-copy make-list list-tabulate cons* list-copy
|
||||||
proper-list? circular-list? dotted-list? not-pair? null-list? list=
|
proper-list? circular-list? dotted-list? not-pair? null-list? list=
|
||||||
|
|
Loading…
Add table
Reference in a new issue