Exam (elaborations)
CMPSC 461: Programming Language Concepts Assignment 1 Solutions
- Course
- CMPSC 461
- Institution
- Pennsylvania State University - All Campuses
CMPSC 461: Programming Language Concepts Assignment 1 Solution Problem 1 [6pt] Add parentheses to the following lambda terms so that the grouping of sub-terms becomes explicit. For example, the term λx. x λy. y with parentheses is λx. (x (λy. y)). a) (3pt) λx. λy. x y z Solution: λx. (�...
[Show more]