sexp-rewrite icon indicating copy to clipboard operation
sexp-rewrite copied to clipboard

Can't write patterns with #

Open samth opened this issue 10 years ago • 1 comments

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.

samth avatar Sep 22 '13 20:09 samth