emacs-devel
[Top][All Lists]
Advanced

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

Re: feature/type-hierarchy 8a63e50036f 1/5: * Define 'cl--type-hierarchy


From: Andrea Corallo
Subject: Re: feature/type-hierarchy 8a63e50036f 1/5: * Define 'cl--type-hierarchy' and compute 'cl--typeof-types' from it
Date: Mon, 04 Mar 2024 11:12:16 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>> We do have types for them, but they're not built-in.
>>> There's `cl--class`, `cl-structure-object`, `cl-structure-class`, and
>>> some others I can't remember for EIEIO.
>> Just to make sure we agree, what's the definition of built-in type?
>
> It's a pragmatic definition: `cl--typeof-types` is there to deal with
> those types which aren't properly described by a `cl--class` symbol property.

I see, but I'm not thinking to the content of `cl--typeof-types`.  I'm
thinking to the representation we generate for our doc with the type
hierarchy.  I'm wondering if we should include `cl--class`,
`cl-structure-object`, `cl-structure-class` as built-in types.

Bests

  Andrea



reply via email to

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