Skip to content

Instantly share code, notes, and snippets.

@noelworden
Last active July 17, 2020 23:37
Show Gist options
  • Select an option

  • Save noelworden/985e187ee46f16e96e9010bb34422464 to your computer and use it in GitHub Desktop.

Select an option

Save noelworden/985e187ee46f16e96e9010bb34422464 to your computer and use it in GitHub Desktop.
#blog_snippets
iex> %{example_map | delta: "five"}
** (KeyError) key :delta not found in: %{alpha: "one", bravo: "two", charlie: "three"}
(stdlib 3.12.1) :maps.update(:delta, "five", %{alpha: "one", bravo: "two", charlie: "three"})
(stdlib 3.12.1) erl_eval.erl:256: anonymous fn/2 in :erl_eval.expr/5
(stdlib 3.12.1) lists.erl:1263: :lists.foldl/3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment