Skip to content

Instantly share code, notes, and snippets.

@cheeyeo
Created July 21, 2015 22:05
Show Gist options
  • Save cheeyeo/fa296c99e382a76b6251 to your computer and use it in GitHub Desktop.
Save cheeyeo/fa296c99e382a76b6251 to your computer and use it in GitHub Desktop.
Inspecting using pipe operator in Elixir
[1,2,3] |> Enum.map(&(IO.inspect(&1)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment