[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
COMPLR bug
- To: JONL at MIT-MC
- Subject: COMPLR bug
- From: Jeffrey P. Golden <JPG at MIT-MC>
- Date: Thu, 3 Sep 81 11:08:00 GMT
- Cc: GJC at MIT-MC, BUG-LISP at MIT-MC, GCOOK at MIT-MC, MACSYMA-I at MIT-MC
- Original-date: 3 September 1981 07:08-EDT
Oops! As it may be argued that the example in my last mail does
exhibit "differing declarations", as the first occurrence of X is
not declared FLONUM, please replace the example by
(defun f (x)
(declare (flonum x))
((lambda (x)
(declare (flonum x))
(times x ((lambda (x)
(declare (flonum x))
(times x x))
x)))
(sin x)))
This one fails in the same way anyway.