cl-algebraic-data-type icon indicating copy to clipboard operation
cl-algebraic-data-type copied to clipboard

Redefinition of symbols is silent, even across types

Open stylewarning opened this issue 7 years ago • 3 comments

Define the following

(defdata foo a)

and

(defdata bar a)

Here, a will still refer to that of foo. It should probably error instead.

stylewarning avatar Feb 04 '18 10:02 stylewarning