Created
September 3, 2021 12:13
-
-
Save gargakshit/a3c8feaa5de54f10ac7cad45893e41c1 to your computer and use it in GitHub Desktop.
This file contains 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
Macro.to_string( | |
(fn x -> | |
quote do | |
unquote(x).( | |
quote do | |
quote do | |
(unquote_splicing(x)) | |
end | |
end | |
) | |
end | |
end).( | |
quote do | |
fn x -> | |
quote do | |
unquote(x).( | |
quote do | |
quote do | |
(unquote_splicing(x)) | |
end | |
end | |
) | |
end | |
end | |
end | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment