Skip to content

v2.0.0

Compare
Choose a tag to compare
@Deric-W Deric-W released this 04 Sep 04:01
· 44 commits to main since this release
2714e32

This release improves BetaNormalisingVisitor and the Visitors for variable substitution:

  • BetaNormalisingVisitor now yields alpha conversions
  • add Visitor to perform unchecked substitution to improve performance when possible
  • add ABC for visitors which can be applied lazily
  • refactored Visitors for variable substitution to use shorter class names