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

Nullary constructors broken in CCL

Open ruricolist opened this issue 7 years ago • 0 comments

The last commit (852a01bee427ae9e60e40234b5202ceebde5f188) breaks the library in Clozure when using nullary constructors. Because the base class does not exist when the nullary constructor is evaluated, it is implicitly assigned a type of forward-referenced-class, which is not compatible with structure-class.

ruricolist avatar Apr 20 '18 01:04 ruricolist