You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native multiple dispatch is now used to execute user-defined rules. This speeds up Transformer rules, although Visitor rules are slower. The native multiple dispatch approach has been chosen as it makes both user code and Lerche code simpler to follow and maintain and more robust (with helpful error messages).
@contains_rules and @rule_holder have been removed. They are no longer needed and should be removed from all code.