Closed polgreen closed 3 years ago
(constraint (= 10 (+ 10 (- 1))))
This produces the error "mismatching types for binary operator". Removing the unary minus fixes it
This produces the error "mismatching types for binary operator". Removing the unary minus fixes it