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
This requires implementing unification of effect types in trait Substitution. Two effects should only be considered equal, if they are applied to the same type parameters.
Currently only effect operations can take type parameters:
To express a state effect with operations get and put, we would like to also support type parameters on effects
The text was updated successfully, but these errors were encountered: