@hackage dep-t-advice0.5.0.0

Giving good advice to functions in a record-of-functions.

Companion to the dep-t package. Easily add behaviour to functions living in a record-of-functions, whatever the number of arguments they might have.

In other words: something like the "advices" of aspect-oriented programming.

Two flavors of advice are provided: one for environments parameterized by the DepT monad, and a simpler version for environments parameterized by IO and other monads.