Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@0scarB 0scarB released this 10 Jan 01:46

Added

  • FeatureSet.NESTED_CALLS

Changed

  • FeatureSets are now enum flags.

Fixed

  • If func.tail_call(...).__r<operation>__(<other>) does not exist then other.__<operation>__(func.tail_call(...)._resolve()) will be tried. E.g.: [1, 2] + func.tail_call(...) is now supported.