- 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 1 (40.11 KiB) Viewed 14 times
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
-
- Site Admin
- Posts: 899603
- 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.