This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can't import srfi 101


(sorry, resending as plain text for the benefit of the list)

I think you need to do:

(require 'srfi-101)

Alex

> On 5 Jul 2015, at 4:06 pm, ElÃas Alonso G.-Cornejo <eliasagc@gmail.com> wrote:
> 
> This is probably a silly question, but how can I import the srfi 101
> library (random access lists)? I've tried:
> 
> (import (srfi 101))
> 
> and:
> 
> (import (gnu kawa slib ralists))
> 
> Without any luck.
> 
> Thanks!
> 
> Elias.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]