Blog
Uncategorized
Lambda Calculus definition of multiplication in Racket
Using only the functions provided in this starter file (do not change the existing functions), write both a new function call ed mult and a new helper function called mult2 in Racket. You may use any of the functions that are already in the starter file in your mult2. Paste your two functions into your lab. (8 pts for mult2, 2 pts for mult) Uncomment the tests in the starter file and include the output of these tests in your lab. (1 pt)