stylewarning / cl-algebraic-data-type

Algebraic data types in Common Lisp
BSD 3-Clause "New" or "Revised" License
138 stars 9 forks source link

Error on unknown options #8

Closed jsjolen closed 5 years ago

jsjolen commented 5 years ago

Hi!

It'd be really nice if defdata errors on unknown options.

For example, right now

(defdata (foo :includes bar) my-ctr)

compiles without an error (it should be :include)