This website requires JavaScript.
Explore
Help
Register
Sign In
conservatory
/
ikarus
Watch
4
Star
0
Fork
You've already forked ikarus
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
fe1f7077ff
ikarus
/
scheme
/
last-revision
2 lines
5 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fixed minor bug in syntax-case where the wraps and marks of top-marked wrapped syntax objects were incorrectly combined. E.g., it used to be that: (syntax-case (datum->syntax #'foo #'(x y)) () [(x y) 'shouldntmatch] [_ 'ok]) yields shouldntmatch; it's now ok.
2008-06-10 15:35:56 -04:00
1510