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 am trying to migrate from 5.0.0 to 7.0.0, but I see that DerivedReads now has an extra TypeTag parameter. The README contains the following snippet, which I'm not sure works anymore with 7.0.0:
since the compiler in my case is complaining that DerivedReads needs 2 params. Is there any ergonomic way of "ignoring" the second type param? My current code looks like this:
I am trying to migrate from 5.0.0 to 7.0.0, but I see that DerivedReads now has an extra TypeTag parameter. The README contains the following snippet, which I'm not sure works anymore with 7.0.0:
since the compiler in my case is complaining that DerivedReads needs 2 params. Is there any ergonomic way of "ignoring" the second type param? My current code looks like this:
And I would like to basically accept whatever in the second type param, but
_
isn't working since the second type param is a generic type.The text was updated successfully, but these errors were encountered: