Categories
Archives
Meta
Monthly Archives: December 2005
Refactoring SML Quiz, Part 2
The answer to yesterdays quiz is: Yes, types are necessary for lambda-lifting refactoring. Namely, if the lifted function contains an overloaded operator such as, e.g., +. For example, given the program: fun foo x = let fun add y = … Continue reading
Posted in Coding, General, SML
Leave a comment
Refactoring SML Quiz, Part 1
Yesterday, I discussed with some students who are implementing an SML plug-in for eclipse, whether types are necessary for a lambda-lifting refactoring for SML. So today’s quiz is simply: Are types necessary for lambda-lifting refactoring in SML? Why/Why not? Remember, … Continue reading
Posted in Coding, General, SML
Leave a comment