in.rcard.yaes.Yaes
See theYaes companion class
object Yaes
Attributes
Members list
Type members
Classlikes
Represents a handler for an effectful computation
Represents a handler for an effectful computation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Handles the effectful computation in input using the given handler
Handles the effectful computation in input using the given handler
Type parameters
- A
-
The result type of the effectful computation
- B
-
The result type of the effectful computation after the handling
- F
-
The effect type
Value parameters
- handler
-
The handler to be used to handle the effectful computation
- program
-
The effectful computation to be handled
Attributes
In this article