Stefan Monnier schrieb am Di., 12. Dez. 2017 um 21:50 Uhr: > >> e.g. it'd be fine to > >> make `cl-defstruct` reject names like `integer` or `hash-table` > > That's what I'm suggesting. > > That sounds good (can be added either to cl-defstruct or to > cl-struct-define or both and could use the list of builtin types that's > in cl--generic-typeof-types). > OK, here's a patch.