You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be better if Control.Functor.Linear.Internal modules were organised similarly to Data.Functor.Linear.Internal modules. We should also try to use Instances modules (containing orphan instances) as little as possible.
Describe the solution you'd like
Something like one Internal.XXX module per class: Functor, Applicative...
Describe alternatives you've considered
Not doing anything, because this is not a very important request.