gleam
gleam copied to clipboard
proposal: did u mean X module when such a module exists on any of the declared deps
example
import gleam/list
io.debug(1)
current behavior: "did u mean list instead?" searching the current scope proposed behavior: "such a module exists as gleam/io but isn't imported" instead (if one) or list options if many on different folders
Great suggestion! Thank you