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
[error] -- [E008] NotFoundError:/Users/fixel/.src/serviteur/src/main/scala/serviteur/minimized.scala:19:7
[error] 19| get0 :<|> get1
[error] |^^^^^^^^^
[error] | value :<|> is not a member of handler.Go[Get0]
Expectation
It compiles
The text was updated successfully, but these errors were encountered:
As far as I can tell, same problem as #8666 (comment): the extension method cannot be resolved since the type system has no idea that get0 is a valid argument for def [A,B](left: Handler[A])
Uh oh!
There was an error while loading. Please reload this page.
Minimized code
Output
Expectation
It compiles
The text was updated successfully, but these errors were encountered: