Closed alexchandel closed 8 years ago
This changes the (lambda) regex to (lambda|λ), so that the λ character is also matched. This is appropriate, since importing lambda in racket also imports the λ alias. Fixes #7
(lambda)
(lambda|λ)
Thanks! Sorry for the delay; somehow unwatched my own repo.
This changes the
(lambda)
regex to(lambda|λ)
, so that the λ character is also matched. This is appropriate, since importing lambda in racket also imports the λ alias. Fixes #7