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: Eric Abrahamsen
Subject: Re: [PATCH] pcase.el: Add type pattern
Date: Tue, 10 Mar 2020 10:40:45 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Adam Porter <address@hidden> writes:

> 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.

Works perfectly! Thanks for doing this.




reply via email to

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