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

Exercise 12: Incorrect expected output #152

Open
boosh opened this issue Sep 4, 2014 · 0 comments
Open

Exercise 12: Incorrect expected output #152

boosh opened this issue Sep 4, 2014 · 0 comments

Comments

@boosh
Copy link

boosh commented Sep 4, 2014

The output of this:

(filter (pred-and number? integer? pos? even?)
        [1 0 -2 :a 7 "a" 2])                    ;=> (0 2)

should not include 0. It should just be (2), because (pos? 0) is false.

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