We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
; in: DEFUN MINIMAL-TERM-TOP-LEFT ; (THE CAT::MATRIX ; (PROGN ; (WHEN (< CAT::BEGIN CAT::IL) ; (CAT::LINE-SWAP-5 CAT::MTRX-LIST CAT::BEGIN CAT::BEGIN CAT::IL)) ; (WHEN (< CAT::BEGIN CAT::IC) ; (CAT::COLUMN-SWAP-5 CAT::MTRX-LIST CAT::BEGIN CAT::BEGIN CAT::IC))
; (WHEN (MINUSP (AREF # CAT::BEGIN CAT::BEGIN)) ; (CAT::LINE-MINUS-5 CAT::MTRX-LIST CAT::BEGIN CAT::BEGIN)) ; CAT::MTRX-LIST)) ; ; note: deleting unreachable code ; ; caught WARNING: ; Derived type of MTRX-LIST is ; (VALUES LIST &OPTIONAL), ; conflicting with its asserted type ; (ARRAY FIXNUM (* *)). ; See also: ; The SBCL Manual, Node "Handling of Types"
The text was updated successfully, but these errors were encountered:
File issues #9, #10, #11, #12, #13
f092de2
There are several functions preventing compilation and loading via (asdf:operate 'asdf:load-op 'kenzo). They've been commented for now.
Fixed in 4a2c621 .
Sorry, something went wrong.
No branches or pull requests
; in: DEFUN MINIMAL-TERM-TOP-LEFT
; (THE CAT::MATRIX
; (PROGN
; (WHEN (< CAT::BEGIN CAT::IL)
; (CAT::LINE-SWAP-5 CAT::MTRX-LIST CAT::BEGIN CAT::BEGIN CAT::IL))
; (WHEN (< CAT::BEGIN CAT::IC)
; (CAT::COLUMN-SWAP-5 CAT::MTRX-LIST CAT::BEGIN CAT::BEGIN CAT::IC))
; (WHEN (MINUSP (AREF # CAT::BEGIN CAT::BEGIN))
; (CAT::LINE-MINUS-5 CAT::MTRX-LIST CAT::BEGIN CAT::BEGIN))
; CAT::MTRX-LIST))
;
; note: deleting unreachable code
;
; caught WARNING:
; Derived type of MTRX-LIST is
; (VALUES LIST &OPTIONAL),
; conflicting with its asserted type
; (ARRAY FIXNUM (* *)).
; See also:
; The SBCL Manual, Node "Handling of Types"
The text was updated successfully, but these errors were encountered: