Skip to content

Instantly share code, notes, and snippets.

@tonyc
Created March 17, 2019 15:25
Show Gist options
  • Save tonyc/4152207b59c24a76a931ac07c0d15833 to your computer and use it in GitHub Desktop.
Save tonyc/4152207b59c24a76a931ac07c0d15833 to your computer and use it in GitHub Desktop.
iex(3)> quote do
...(3)> &QuoteTest.test/1
...(3)> end
{:&, [],
[
{:/, [context: Elixir, import: Kernel],
[
{{:., [], [{:__aliases__, [alias: false], [:QuoteTest]}, :test]}, [], []},
1
]}
]}
iex(4)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment