Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LOOPs missing OF-TYPE #9

Open
marcoxa opened this issue Jul 9, 2015 · 0 comments
Open

LOOPs missing OF-TYPE #9

marcoxa opened this issue Jul 9, 2015 · 0 comments

Comments

@marcoxa
Copy link

marcoxa commented Jul 9, 2015

Hi

there are a couple of places in CL-RANDIST where LOOP is used is a "short" form.

(loop for i integer = ...)

This form somehow confuses LW (I believe because INTEGER is not valid in the short form). The solution is to add OF-TYPE.

(loop for i of-type integer = ...)

I found the offending forms in binomial.lisp and poisson.lisp.

All the best

Marco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant