Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Check declared type against inferred type #6

Description

@stylewarning

The declared type of a global value isn't checked against its inferred type. Sometimes the declared type will be more specific, and we should have something like that.

(defun more-specific-type-p (general specific)
  "Is the type SPECIFIC a more specific instantiation of GENERAL?"
  ...)

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