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 export ($>) from here. It would make sense to migrate (<&>) all the way up here from lens as it is the closest I can get to Data.Functor, and then I can let the modules in semigroupoids re-export it. This might obviate the need for returning in Data.Functor.Bind, etc.
The text was updated successfully, but these errors were encountered:
I export ($>) from here. It would make sense to migrate (<&>) all the way up here from lens as it is the closest I can get to Data.Functor, and then I can let the modules in semigroupoids re-export it. This might obviate the need for
returning
in Data.Functor.Bind, etc.The text was updated successfully, but these errors were encountered: