common-lisp-extensions icon indicating copy to clipboard operation
common-lisp-extensions copied to clipboard

deftype passing the proper &environment variable that is queriable from cltl2

Open guicho271828 opened this issue 5 years ago • 0 comments

Feature description:

(deftype (... &environment env)
   ...)

Most implementations just pass a nil to the environment variable, unlike macro expansion.

Supported implementations:

  • [ ] SBCL
  • [ ] CCL
  • [ ] ECL
  • [ ] CMU
  • [ ] ABCL
  • [ ] ALISP

guicho271828 avatar Jun 11 '19 02:06 guicho271828