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
I think it's pretty weird that Direct.Par derives a MonadReader Sched instance. It's also pretty weird that Direct exposes the Sched type despite not offering any documentation of it or any functions for working with it. I think it probably makes sense to remove that instance and require users to import DirectInternal to get the Sched type.
The text was updated successfully, but these errors were encountered:
I think it's pretty weird that
Direct.Par
derives aMonadReader Sched
instance. It's also pretty weird thatDirect
exposes theSched
type despite not offering any documentation of it or any functions for working with it. I think it probably makes sense to remove that instance and require users to importDirectInternal
to get theSched
type.The text was updated successfully, but these errors were encountered: