emacs-devel
[Top][All Lists]
Advanced

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

Re: pcase-if-let?


From: Michael Heerdegen
Subject: Re: pcase-if-let?
Date: Fri, 30 Mar 2018 03:52:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> Oh, right we need the `let*` kind of scoping.

I call it `if-matching' for now (like in "if [given clauses are]
matching [do this else that]").

Apropos "let*": I realized it's semantically absolutely the same as
`pcase-let*' but executing an else branch when not all patterns match
(what pcase-let* silently assumes).  So I guess I should rather look how
these are implemented.


Michael.



reply via email to

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