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
Allow one effect to be defined as a sub-effect of another. For example, the f.write effect indicates a write on a particular file f. f.write should be a sub-effect of fileSystem.write, which represents a write to any file in the file system.
This mirrors how a FileNotFoundException is a subclass of IOException in Java.
The text was updated successfully, but these errors were encountered:
Allow one effect to be defined as a sub-effect of another. For example, the f.write effect indicates a write on a particular file f. f.write should be a sub-effect of fileSystem.write, which represents a write to any file in the file system.
This mirrors how a FileNotFoundException is a subclass of IOException in Java.
The text was updated successfully, but these errors were encountered: