-
-
Notifications
You must be signed in to change notification settings - Fork 413
Open
Labels
HackathonThis issue is suitable for hackathon sessionsThis issue is suitable for hackathon sessionscomponent: imports plugintype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Description
That suggestion does not look right:
Refine imports to import Agda.Utils.List1 qualified as List2
If I remove the qualified import of List2 the List2.toList is no longer in scope.
toList is IsList method from GHC.Exts.
So the suggestion is right somehow that we would not need to import Agda.Utils.List2 if Agda.Utils.List1 already reexports IsList. However, the suggestion still does not make sense, practically.
Unfortunately no self-contained reproducer here either. :-(
fendor
Metadata
Metadata
Assignees
Labels
HackathonThis issue is suitable for hackathon sessionsThis issue is suitable for hackathon sessionscomponent: imports plugintype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..