Download PDF

International Conference on Aspect-Oriented Software Development, Date: 2010/03/17 - 2010/03/19, Location: Saint-Malo, France

Publication date: 2010-01-01
Pages: 109 - 120
ISSN: 9781605589589
Publisher: ACM; New York, NY, USA

AOSD '10: Proceedings of the Nineth International Conference on Aspect-Oriented Software Development

Author:

Oliveira, Bruno CDS
Schrijvers, Tom ; Cook, William R

Keywords:

mixins, monads, AOP, interference, parametricity, advice

Abstract:

Advice is a mechanism, widely used in aspect-oriented languages, that allows one program component to augment or modify the behavior of other components. When advice and other components are composed together they become tightly coupled, sharing both control and data flows. However this creates important problems: modular reasoning about a component becomes very difficult; and two tightly coupled components may interfere with each other's control and data flows. This paper presents EffectiveAdvice, a disciplined model of advice, inspired by Aldrich's Open Modules, that has full support for effects. With EffectiveAdvice, equivalence of advice, as well as base components, can be checked by equational reasoning. The paper describes EffectiveAdvice as a Haskell library in which advice is modeled by mixin inheritance and effects are modeled by monads. Interference patterns previously identified in the literature are expressed as combinators. Parametricity, together with the combinators, is used to prove two harmless advice theorems. The result is an effective semantic model of advice that supports effects, and allows these effects to be separated with strong non-interference guarantees, or merged as needed.