Iaroslav Postovalov
12/08/2020, 8:41 AMalgebra.binaryOperation("+", 1, 1)
to algebra.binaryOperation("+")(1, 1)
. This feature also affects ASM code generation so generated classes store functional objects returned by *aryOperation("...")
methods instead of storing algebraic structures.altavir
12/08/2020, 10:14 AM