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
7: class Succeed <x, a> extends Task <x, a> {
^ Succeed. Covariant property `fork` incompatible with invariant use in
7: class Succeed <x, a> extends Task <x, a> {
^ Task
As far as I can tell there is no mismatch between property type and a method but never the less error seems to appear.