mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 05:51:55 -08:00
cmp: p1fset type propagator returns FUNCTION
Previously the propagator incorrectly returned the type of the function lambda.
This commit is contained in:
parent
e4fca7e8e7
commit
8716c62f6d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
(p1propagate form assumptions))
|
||||
|
||||
(defun p1fset (c1form assumptions fun fname macro pprint c1forms)
|
||||
(p1propagate (fun-lambda fun) assumptions))
|
||||
(values 'function assumptions))
|
||||
|
||||
(defun p1propagate (form assumptions)
|
||||
(unless form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue