Skip to content
Snippets Groups Projects
Commit 5256a270 authored by toy's avatar toy
Browse files

FFLOOR bug from Paul Dietz on cmucl-imp:

(defun f (x) (declare (type (integer 0 100) x)) (ffloor x))

was not compiling.  FTRUNCATE-DERIVE-TYPE-QUOT didn't handle the case
where the result type was FLOAT, which implied that
NUMERIC-TYPE-FORMAT is NIL.
parent 218243f7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment