Super trait for any user-defined proxy Interpreter.
Proxy translates operations of this effect, into operations of some other effects (dependencies). This is also known as "reinterpretation" in some effect systems.
Type parameters
Fx
Type-level set of effects, specifying dependencies of this proxy interpreter.