Don't ever want to see #ElixirLang lists of integers printed as charlists in `iex`? Add this to your `.iex.exs` file and reload `iex`:
`IEx.configure(inspect: [charlists: :as_lists])`
`IEx.configure(inspect: [charlists: :as_lists])`
Comments