Effects.Bookkeepingmodule type S = sig ... endModule type of a bookkeeping
type 'a mode = | IgnoreHandle the effect by ignoring it, so don't collect any information.
*)| Dump of 'aHandle the effect, and dump the information according to the relevant configuration. The value is the parameter passed to the feature's dump handler.
*)| CallerThe effect is already handled by the caller, nothing needs to be done.
*)The different ways a managed effect can be handled.