Reversible Rules

Stratego -- Strategies for Program Transformation
Some/many rules can be used both ways. For example, in propositional logic we have
  A10 : Impl(x, y) -> Or(Not(x), y)
  A11 : Or(Not(x), y) -> Impl(x, y)
It would be more attractive to be able to write
  A10 : Impl(x, y) <-> Or(Not(x), y)
then, A10L would refer to the first rule and A10R to the second

-- EelcoVisser - 27 Oct 2001


CategoryToDo? | LanguageExtensions