emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] pcase.el: Add type pattern


From: Adam Porter
Subject: Re: [PATCH] pcase.el: Add type pattern
Date: Tue, 10 Mar 2020 10:48:53 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Eric Abrahamsen <address@hidden> writes:

> One thing that's nice about cl-typep is that it will correctly identify
> instances of subclasses, which can be nice. Dunno how difficult it might
> be to work that in there, but it's something to consider. Either way
> this is a nice addition.

Hi Eric,

Please see the latest patch, attached to my reply to Michael.  As
recommended, it uses cl-typep, which allows patterns like:

(type integer)
(type (integer 0 10))

And it should work with subclasses as well.

Thanks.




reply via email to

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