guix-patches
[Top][All Lists]
Advanced

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

[bug#31774] [PATCH 12/22] gnu: Add maven-core.


From: Danny Milosavljevic
Subject: [bug#31774] [PATCH 12/22] gnu: Add maven-core.
Date: Thu, 14 Jun 2018 02:13:12 +0200

Hi Julien,

On Tue, 12 Jun 2018 21:36:14 +0200
Julien Lepiller <address@hidden> wrote:

> I tried something like this:
> 
> (match sxlm
>   ((list (component-set (components x) ...)) x))
> 
> And I got an exception like component-set: unbound variable. On the
> REPL, the command works perfectly.

Yeah, weird sometimes.  I've had similar problems in the past.

Now I tried

(match sxml
 (('*TOP*
   ('component-set
    ('components x ...))) x))

and it seems to work.

Attachment: pgp0ZTncPjKO0.pgp
Description: OpenPGP digital signature


reply via email to

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