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

Can't write patterns with # #3

Open
samth opened this issue Sep 22, 2013 · 1 comment
Open

Can't write patterns with # #3

samth opened this issue Sep 22, 2013 · 1 comment

Comments

@samth
Copy link
Contributor

samth commented Sep 22, 2013

I'd like to write this rule:

(if $a $b #f) => (and $a $b)

but I can't because #f produces an elisp read error.

@equwal
Copy link

equwal commented Jun 30, 2019

(if $a $b \#f) => (and $a $b)

Sexp-rewrite uses the emacs reader.

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

2 participants