[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
31.2 SRFI 1
The SRFI 1 is implemented as a Bigloo library. Hence, in order to use the functions it provides, a module must import it.
(module ex (library srfi1)) (print (find-tail even? '(3 1 37 -8 -5 0 0))) ⇒ '(-8 -5 0 0))
This document was generated on March 31, 2014 using texi2html 5.0.