Expose Internal Representation
> quote do: 2 * 2
{:*, [context: Elixir, import: Kernel], [2, 2]}
> quote do: 2 * 2 == 4
{:==, [context: Elixir, import: Kernel],
[{:*, [context: Elixir, import: Kernel], [2, 2]}, 4]}Last updated
> quote do: 2 * 2
{:*, [context: Elixir, import: Kernel], [2, 2]}
> quote do: 2 * 2 == 4
{:==, [context: Elixir, import: Kernel],
[{:*, [context: Elixir, import: Kernel], [2, 2]}, 4]}Last updated