[armedbear-ticket] [armedbear] #207: DECLARE should signal conditions when type declaration are violated
armedbear
armedbear-devel at common-lisp.net
Tue Apr 24 21:16:47 UTC 2012
#207: DECLARE should signal conditions when type declaration are violated
------------------------------+---------------------------------------------
Reporter: mevenson | Owner: ehuelsmann
Type: defect | Status: new
Priority: major | Milestone: 1.1.0
Component: interpreter | Version: 1.1.0-dev
Keywords: ansi-conformance |
------------------------------+---------------------------------------------
Comment(by mevenson):
The correct form should be:
{{{
(defun test (x)
(let ((j 10))
(declare (integer x))
(+ x j)))
}}}
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/207#comment:1>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list