#Error with Dict type
1 messages · Page 1 of 1 (latest)
An interactive introduction and reference to the Gleam programming language. Learn Gleam in your browser!
difference?
Result is in the perlude because it was deemed to breaking to be removed from there before 1.0 (unlike Option which was never in it)
Maybe https://hexdocs.pm/gleam_stdlib/gleam/dict.html could in its module doc say how to import it, same for Option ...
this should have a type example https://tour.gleam.run/standard-library/dict-module/
An interactive introduction and reference to the Gleam programming language. Learn Gleam in your browser!
I wonder where the built-in types page got when the old guide was removed in favour of https://tour.gleam.run/table-of-contents/ ...
An interactive introduction and reference to the Gleam programming language. Learn Gleam in your browser!
@haughty ferry would you welcome PRs to the tour that list all the built-in types and one for option and dict to show the type import?