You have declared :type in a class definition for classes that are commented out. For the normal optimization/safety settings on SBCL this would not be an issue but if you have Safety 3 Speed 0 then slots are type checked and your library fails.
This is a quick fix.
Thanks.
You have declared :type in a class definition for classes that are commented out. For the normal optimization/safety settings on SBCL this would not be an issue but if you have Safety 3 Speed 0 then slots are type checked and your library fails. This is a quick fix. Thanks.