guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New module system option :duplicates


From: Mikael Djurfeldt
Subject: Re: New module system option :duplicates
Date: Wed, 12 Mar 2003 16:18:30 +0100
User-agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2

Marius Vollmer <address@hidden> writes:

> Would
>
>     (warn last)
>
> work?

Certainly, but

  (replace warn last)

is probably better, since it is highly likely to be a bug if for
example (srfi srfi-1) doesn't get to provide its extended versions of
map, for-each etc.

Placing `replace' first also avoids most of the warning messages that
we'd otherwise have for a large number of Guile modules.

M




reply via email to

[Prev in Thread] Current Thread [Next in Thread]