Question: Explain and justify what goes wrong when the following code is given to a Standard ML system: fun id x = x; val finalist =
Explain and justify what goes wrong when the following code is given to a Standard ML system: fun id x = x; val finalist = ref [id]; fnlist:= (fn x=>x+1) :: !finalist; fnlist:= Math. sqrt:: !finalist; print (hd(!finalist)(1))
Step by Step Solution
3.36 Rating (159 Votes )
There are 3 Steps involved in it
The detailed answer for the above question is provided below ANSWER The given code adds two new func... View full answer
Get step-by-step solutions from verified subject matter experts
