handle package:effectful-core

Flipped version of catch.
The same as flip catchError, which is useful in situations where the code for the handler is shorter.
Flipped version of catchDeep.
Flipped version of catchIO.
Flipped version of catchIf.
Flipped version of catchJust.
Flipped version of catchSync.
Flipped version of catchSyncDeep.
Generalized version of Handler
An internal representation of dynamically dispatched effects, i.e. the effect handler bundled with its environment.
Wrapper to prevent a space leak on reconstruction of Handler in relinkHandler (see https://gitlab.haskell.org/ghc/ghc/-/issues/25520).
Type signature of the effect handler.
Type signature of a first order effect handler.
Run a dynamically dispatched effect with the given handler.