mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47: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.
|
||||
;;;;
|
||||
(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=
|
||||
|
|
Loading…
Add table
Reference in a new issue