emacs-devel
[Top][All Lists]
Advanced

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

Re: New macro `seq-let' in seq.el


From: Nicolas Petton
Subject: Re: New macro `seq-let' in seq.el
Date: Wed, 06 May 2015 05:46:20 +0200

Stefan Monnier writes:

> You just need to write a pcase-macro which turns (seq ...) patterns into
> other (more primitive) pcase patterns.  E.g. it could turn (seq a b)
> into a pattern like (and (pred seq-p) (app (elt 0) a) (app (elt 1)
> b)).

Thank you, I'll try to add this soon enough.

Nico
-- 
Nicolas Petton
http://nicolas-petton.fr

Attachment: signature.asc
Description: PGP signature


reply via email to

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