Problem Set 5A Frequently Asked Questions

Q: Can the input expression contain fn expressions or val declarations?

A: No. There is a val declaration in one of the examples for part 3, but that is there just to ensure that the example code actually runs in SML.


Q: Can we use side-effects (i.e. ref) in our solutions?

A: No.