Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ecl
ecl
Commits
8716c62f
Commit
8716c62f
authored
May 12, 2021
by
Daniel Kochmański
Browse files
cmp: p1fset type propagator returns FUNCTION
Previously the propagator incorrectly returned the type of the function lambda.
parent
e4fca7e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cmp/cmpprop.lsp
View file @
8716c62f
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment