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
When two functions declaration types are compared for subtyping, their effect sets are not compared.
For example, def foo() : {system.FFI} Unit should not be a subtype def foo() : {} Unit
but the compiler doesn't compare their effect sets.
The text was updated successfully, but these errors were encountered:
When two functions declaration types are compared for subtyping, their effect sets are not compared.
For example,
def foo() : {system.FFI} Unit
should not be a subtypedef foo() : {} Unit
but the compiler doesn't compare their effect sets.
The text was updated successfully, but these errors were encountered: