We could determine what mods are imported based on their usage: ```haskell foo: -> bar::some_fn! ``` This would automatically inject `mod bar` as a toplevel. This would be also done for `use` keyword and, later, for package import
We could determine what mods are imported based on their usage:
This would automatically inject
mod baras a toplevel.This would be also done for
usekeyword and, later, for package import