From 429fb5d3acedf8a6311937cfaaea832eff75feff Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 20 Aug 2016 18:19:30 -0400 Subject: [PATCH] Import (scheme cxr) --- srfi/1.sld | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srfi/1.sld b/srfi/1.sld index a90766d4..e5950c3a 100644 --- a/srfi/1.sld +++ b/srfi/1.sld @@ -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=