Help, my internal file somehow still got expose, and I don't know how to hide it from the public API...
I followed the doc https://gleam.run/writing-gleam and name the file internal and moved it to src/vec/dict But the doc still shows...
https://hexdocs.pm/vec_dict/vec/dict/internal.html
I also try to move it to src/vec and it's still not work... I'm missing something or is this a bug?