Skip to content

On Lisporks type-specifier-p should use type:valid-type-specifier #11

@Yehouda

Description

@Yehouda

(defun type-specifier-p (type-specifier)

To make it work on LispWorks, type-specifier--p should use type:valid-type-specifier on lispworks.

Add

#+lispworks (type:valid-type-specifier type-specifier)

and also add lispworks in the #- line:

#-(or sbcl openmcl ecl lisp)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions