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 tried to add the following deriving statements¹ but it produces a cyclical import for Traversing and the other classes. Does it need a restructure, or should those instances not be added?
That's somewhat unfortunate, but it should still be possible to implement the instances by hand, right? (We could leave a comment next to these instances saying that "morally", they're what deriving via Star (Const r) would give you.)
Applicative (Forget a)
(and the rest of the instances) should be derived viaStar (Const a)
The text was updated successfully, but these errors were encountered: