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
because the instance definition must either be an instance of a class from the current package or refer to a type from the current package. However, it is not currently sufficient for the instance to refer to type variables constrained by classes from the current package.
error: Invalid orphan instance
...
instances must be defined in the same package as their class or reference one or more types in their defining package
The text was updated successfully, but these errors were encountered:
Currently, the following block does not compile,
because the instance definition must either be an instance of a class from the current package or refer to a type from the current package. However, it is not currently sufficient for the instance to refer to type variables constrained by classes from the current package.
The text was updated successfully, but these errors were encountered: