v0.13.5
Fixed: OpExpr中的if不会注册标记导致重复展开出现问题 Example ------------------------------ ```mdtlbl const Foo = ( $ = if _0 ? _1 : _2; ); take A = Foo[true 1 2] B = Foo[false 1 2]; print A B; ```
Fixed: OpExpr中的if不会注册标记导致重复展开出现问题 Example ------------------------------ ```mdtlbl const Foo = ( $ = if _0 ? _1 : _2; ); take A = Foo[true 1 2] B = Foo[false 1 2]; print A B; ```