Created
July 21, 2015 22:05
-
-
Save cheeyeo/fa296c99e382a76b6251 to your computer and use it in GitHub Desktop.
Inspecting using pipe operator in Elixir
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
[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