Simplify Common Lisp type specifiers
Simplified-Types is a library that provides functions for simplifying Common Lisp type specifiers. The API consists of two functions:
simplify-type
takes a type specifier and, optionally, an environment, and returns the corresponding simplified type.
simplified-type-of
takes an object and returns the simplified type of that object.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'sbcl-trivia' does not match package name 'ecl-trivia' | |
input-labels Identify input labels that do not match package names | label 'sbcl-introspect-environment' does not match package name 'ecl-introspect-environment' | |
input-labels Identify input labels that do not match package names | label 'sbcl-alexandria' does not match package name 'ecl-alexandria' |