Question: Part 1 Lambda Calculus and Currying Total: 20 Points [Note: Use for the lambda character in your answers] Problem 1 [10 Points]. Using the

Part 1 Lambda Calculus and Currying Total: 20 Points [Note: Use "\" for the lambda character in your answers] Problem 1 [10 Points]. Using the definitions of boolean constants and operators presented in class, show that the following evaluates to false. Show all your steps for a perfect mark. Always evaluate the "outer" applications first (i.e., use lazy evaluation), but continue to evaluate further until you obtain false. or false (not true) Problem 2 15 5 Points]. Define the higher-order library function curry that converts a function on triples into a curried function, and, conversely, the function uncurry that converts a curried function with three arguments into a function on triples. Part 1 Lambda Calculus and Currying Total: 20 Points [Note: Use "\" for the lambda character in your answers] Problem 1 [10 Points]. Using the definitions of boolean constants and operators presented in class, show that the following evaluates to false. Show all your steps for a perfect mark. Always evaluate the "outer" applications first (i.e., use lazy evaluation), but continue to evaluate further until you obtain false. or false (not true) Problem 2 15 5 Points]. Define the higher-order library function curry that converts a function on triples into a curried function, and, conversely, the function uncurry that converts a curried function with three arguments into a function on triples
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
