csci3180 assignment4 SML
csci3180 assignment4 SML Task 1: addition Our first task is to implement a function called add poly with type fn : poly t -> poly t, which combines like terms in the term lists of two polynomials Like terms should have the same variable, and otherwise, the function should raise a VariableMismatch exception, signaling an […]
csci3180 assignment4 SML Read More »