Language

Package: ecl-simplified-types @ 0.0.0-0.8fd0727

Synopsis

Simplify Common Lisp type specifiers

Description

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.

Home page
https://github.com/marcoheisig/simplified-types
Location
gnu/packages/lisp-xyz.scm (line: 27672, column: 4)
License

Lint warnings

LinterMessageLocation
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'