Open ugeorge opened 5 years ago
The tuple application utility seems to have wrong infix for chaining operation (infixl 6), leading to redundant parentheses such as
infixl 6
SY.toDE <> (solve <> DE.toSY1 des)
Needs fixing. Check if it also works with point-free style.
The tuple application utility seems to have wrong infix for chaining operation (
infixl 6
), leading to redundant parentheses such asNeeds fixing. Check if it also works with point-free style.