Skip to content
Snippets Groups Projects
Commit 1ce65ee5 authored by gerd's avatar gerd
Browse files

(defun foo (n d)

	  (declare (type (unsigned-byte 32) n d))
	  (ffloor n d))

	had a return type of nil when byte-compiled because ffloor's
	derive-type optimizer returned a rational quotient type.
parent b8e7cf93
No related branches found
No related tags found
No related merge requests found
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