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
Posted: Tue May 24, 2022 7:41 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 obtain your answer. 2. What is the result of this program according to static scope? Explain how you obtain your answer.