mmaul / clml

Common Lisp Machine Learning Library
Other
259 stars 36 forks source link

Fix some type declarations #47

Closed glv2 closed 2 years ago

glv2 commented 3 years ago

This allows compiling with SBCL 2.0.11 which is less tolerant with wrong type declarations.

Fixes issue #45

justjoheinz commented 3 years ago

Is this ready to be merged? I came across similiar problems, and fixed some things on my own. But not in such a good way as here.