
19 May
2007
19 May
'07
2:43 p.m.
Um... why doesn't this work? my_fn x = do if x < 0 then do let y = 5 return () else do let y = 8 return () print y (Error: "y" is not in scope.)