Skip to content

Instantly share code, notes, and snippets.

@lukego
Created April 14, 2021 08:09
Show Gist options
  • Save lukego/1da425f16384bb53f2c416c49d5b6ecd to your computer and use it in GitHub Desktop.
Save lukego/1da425f16384bb53f2c416c49d5b6ecd to your computer and use it in GitHub Desktop.
Screamer error
; processing (DEFUN MEMBERV ...)
; file: /nix/store/b4hql89wrcfm1kmcsx8cnbi6fs69bjsy-nixlisp-bundle-1.0.0/lib/common-lisp/bundle/software/screamer-20190710-git/screamer.lisp
; in: DEFUN MEMBERV
; (DOLIST (SCREAMER::ELEMENT SEQUENCE)
; (SCREAMER::ATTACH-NOTICER! #'(LAMBDA () (COND (# #) (# #)))
; SCREAMER::ELEMENT))
; --> BLOCK LET SB-KERNEL:THE*
; ==>
; SEQUENCE
;
; caught WARNING:
; Derived type of SEQUENCE is VECTOR, conflicting with its asserted type LIST.
; See also:
; The SBCL Manual, Node "Handling of Types"
; file: /nix/store/b4hql89wrcfm1kmcsx8cnbi6fs69bjsy-nixlisp-bundle-1.0.0/lib/common-lisp/bundle/software/screamer-20190710-git/screamer.lisp
; in: DEFUN MEMBERV
; (DOLIST (SCREAMER::ELEMENT SEQUENCE)
; (SCREAMER::ATTACH-NOTICER! #'(LAMBDA () (COND (# #) (# #)))
; SCREAMER::ELEMENT))
; --> BLOCK LET SB-KERNEL:THE*
; ==>
; SEQUENCE
;
; caught WARNING:
; Derived type of SEQUENCE is VECTOR, conflicting with its asserted type LIST.
; See also:
; The SBCL Manual, Node "Handling of Types"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment