Created
March 17, 2019 15:25
-
-
Save tonyc/4152207b59c24a76a931ac07c0d15833 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
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