Bidirectionalising HaXML

Shin-Cheng Mu,Zhenjiang Hu,Masato Takeichi
2005-01-01
Abstract:A transformation from the source data to a target view is said to be bidirectional if, when the target is altered, the transformation somehow induces a way to reflect the chang es back to the source, with the updated source satisfying certain healthiness conditions. Several bidir ectional transformation languages have been proposed. In this paper, on the other hand, we aim at making existing transformations bidirectional. As a case study we chose the Haskell combinator library, HaXML, and embed it into Inv, a language the authors previously developed to deal with bidirectional updating. With the embedding, existing HaXML transformations gain bidirectionality.
What problem does this paper attempt to address?