Created
August 6, 2014 14:42
-
-
Save zeptometer/0c4e8e0e186cd7bc2551 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (define-syntax quota | |
| (syntax-rules () | |
| ((_ a) 'a))) | |
| (define-syntax hoge | |
| (syntax-rules () | |
| ((_) (quota tako)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment