New Paste
Browse
Search
What is this?
Expansion of Bad vs Bad?
added by elfenix on Fri May 7 19:19:39 2021
(
define-syntax
s
(
syntax-rules
(
)
(
(
_ e ...
)
(
let
(
(
Bad 1
)
)
(
list Bad e ...
)
)
)
)
)
(
s Bad
)