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
When using resolve_implicits, there seems to be no option to control the order in which the different implicits are instantiated. This is needed when interacting with libraries (such as Steel) which rely on resolve_implicits if one also want to use our own implicits.
For instance, the following example fails because the second implicit is instantiated before the first one:
When using
resolve_implicits
, there seems to be no option to control the order in which the different implicits are instantiated. This is needed when interacting with libraries (such as Steel) which rely onresolve_implicits
if one also want to use our own implicits.For instance, the following example fails because the second implicit is instantiated before the first one:
The text was updated successfully, but these errors were encountered: