Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

[IMRF-102] Support conversion from implicit imports to explicit #81

Open
chshersh opened this issue Nov 3, 2017 · 0 comments
Open

[IMRF-102] Support conversion from implicit imports to explicit #81

chshersh opened this issue Nov 3, 2017 · 0 comments

Comments

@chshersh
Copy link
Contributor

chshersh commented Nov 3, 2017

This should be implemented as separated command like importify explicit.

And this should automatically convert all implicit imports to explicit (without removing unused imports) like this:

import Data.Map -> import Data.Map (empty)

Ideally constructors and record selectors should be exported as parts of type, not separately.

Additionally option --qualified can be supported to add explicit lists to qualified imports. But this is not so important.

@chshersh chshersh self-assigned this Nov 3, 2017
@chshersh chshersh removed their assignment Aug 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant