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
The generated Lenses remove the type parameter. It would be nice to have a lens of type Lens<Holder<T>,T> but instead we get Lens<Holder,T> which does not compile.
The text was updated successfully, but these errors were encountered:
For a class like:
The generated Lenses remove the type parameter. It would be nice to have a lens of type
Lens<Holder<T>,T>
but instead we getLens<Holder,T>
which does not compile.The text was updated successfully, but these errors were encountered: