Skip to content

Instantly share code, notes, and snippets.

@gargakshit
Created September 3, 2021 12:13
Show Gist options
  • Save gargakshit/a3c8feaa5de54f10ac7cad45893e41c1 to your computer and use it in GitHub Desktop.
Save gargakshit/a3c8feaa5de54f10ac7cad45893e41c1 to your computer and use it in GitHub Desktop.
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