From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: 01/01: gnu: Add niftilib. Date: Mon, 20 Mar 2017 13:56:09 +0300 Message-ID: <87y3w043p2.fsf@gmail.com> References: <20170318142616.19421.55332@vcs0.savannah.gnu.org> <20170318142617.B58A320DF8@vcs0.savannah.gnu.org> <87d1dd5775.fsf@netris.org> <87d1dd5683.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cpuz0-00057P-7Y for guix-devel@gnu.org; Mon, 20 Mar 2017 06:56:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cpuyx-0002zb-5O for guix-devel@gnu.org; Mon, 20 Mar 2017 06:56:14 -0400 Received: from mail-lf0-x241.google.com ([2a00:1450:4010:c07::241]:34251) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cpuyw-0002zB-U6 for guix-devel@gnu.org; Mon, 20 Mar 2017 06:56:11 -0400 Received: by mail-lf0-x241.google.com with SMTP id y193so9847816lfd.1 for ; Mon, 20 Mar 2017 03:56:10 -0700 (PDT) In-Reply-To: <87d1dd5683.fsf@openmailbox.org> (Kei Kebreau's message of "Sun, 19 Mar 2017 17:03:56 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Kei Kebreau Cc: guix-devel@gnu.org Kei Kebreau (2017-03-19 17:03 -0400) wrote: > This is interesting. Which module contains the definition for the > 'every' procedure? (srfi srfi-1) You can read the documentation for 'every' in the Guile manual: (info "(guile) SRFI-1 Searching") -- Alex