I am currently evaluating assignments for an SML course. I wrote some test cases to automatically check the correctness of the functions in the student assignments, and I would like to be able to import their code, and then run test cases with this code. I present something similar to python import semantics. Right now, the best solution I have is to copy this code at the bottom of each job. Is this possible with SML?
source share