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

excl-keys macro injects a branch whose value is known at compile time #15

Open
lvh opened this issue Sep 26, 2016 · 0 comments
Open

excl-keys macro injects a branch whose value is known at compile time #15

lvh opened this issue Sep 26, 2016 · 0 comments

Comments

@lvh
Copy link
Collaborator

lvh commented Sep 26, 2016

(if ~check-keys? ;;; <= HERE
           (limit-keys ks# ~all-keys)
           ks#)

check-keys? is a boolean argument; this will always be known to be true or false at compile time. It doesn't matter, except that eastwood balks :)

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