let fun f x = fn y = x g f 1 = in g 2 1. What is the result of this program according to dynamic scope? Explain how you
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
let fun f x = fn y = x g f 1 = in g 2 1. What is the result of this program according to dynamic scope? Explain how you
let fun f x = fn y = x g f 1 = in g 2 1. What is the result of this program according to dynamic scope? Explain how you obtain your answer. 2. What is the result of this program according to static scope? Explain how you obtain your answer.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!