[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with cond macro.
From: |
Marius Vollmer |
Subject: |
Re: Problem with cond macro. |
Date: |
26 Apr 2002 19:05:46 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Dirk Herrmann <address@hidden> writes:
> Well, I'm not sure I understand all of this: What about the following:
>
> (define => #f)
> (cond (#t => 'ok))
>
> Should this also deliver 'ok ? It doesn't seem to with the current
> implementation of syncase.
Syncase is not really totally integrated with the module system yet, I
think. That's why it can be confused by top-level bindings.
- Re: Problem with cond macro., (continued)
- Re: Problem with cond macro., Panagiotis Vossos, 2002/04/16
- Re: Problem with cond macro., Julian v. Bock, 2002/04/16
- Re: Problem with cond macro., Joshua Judson Rosen, 2002/04/16
- Re: Problem with cond macro., Panagiotis Vossos, 2002/04/16
- Re: Problem with cond macro., Neil Jerram, 2002/04/17
- Re: Problem with cond macro., Neil Jerram, 2002/04/20
- Re: Problem with cond macro., Neil Jerram, 2002/04/20
Re: Problem with cond macro., Keith Wright, 2002/04/17