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
The suggested type (Int => Exception at {exc} at {io} / {}) cannot be annotated, one can only write the parenthesised version: (Int => Exception at {exc}) at {io}.
The suggested type (
Int => Exception at {exc} at {io} / {}
) cannot be annotated, one can only write the parenthesised version:(Int => Exception at {exc}) at {io}
.Relevant code
Parser
effekt/effekt/shared/src/main/scala/effekt/RecursiveDescent.scala
Line 1080 in 6e71bcd
Pretty printer
effekt/effekt/shared/src/main/scala/effekt/symbols/TypePrinter.scala
Line 53 in 6e71bcd
The text was updated successfully, but these errors were encountered: