stylewarning / cl-algebraic-data-type

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

Wrap everything with an eval-when #5

Closed rigettizach closed 6 years ago

rigettizach commented 6 years ago

In Clozure CL, the initial struct is not defined in time subsequent struct definitions. EVAL-WHEN makes it available in time.

This addresses issue #4.