![]() |
HW6 | |
![]() |
HW5 | |
![]() |
HW4 | |
![]() |
HW3 | |
![]() |
HW2 | |
![]() |
HW1 | |
What is the grading policy of the course? | |
Assignments: - About 6 assignments - Weight is up to 20% (TAKEF) - Teams of 2 (strict!) - Matching services provided by teaching assistants. Final exam: - Date set by the authorities. - Weight is 80% or more. Final Grade: - If exam grade > 50: 80% exam, 20% assignments - Otherwise: 100% exam |
What is the late submittion policy for the HW assignments? | |
Homework assignments may be submitted up to 5 days late; each day will incur a grade penalty of 5 points. Friday and Saturday together are considered 1 day. When submitting late, mail the wet part directly to the TA responsible for the assignment, and put the dry part in that TA's mailbox. |
Standard ML - May we ignore "Warning: calling polyEqual" warnings? | |
Yes. This warning doesn't indicate any real problem with the code. |
I am getting the character # in some of ML's replys to my declarations, and the declared values seem to be too short. Is this OK? | |
Yes it is (generally). The # char is ML saying `etc etc'. You can make ML type out fully the declared value by using this command at the beginning of your session: - 'Compiler.Control.Print.printDepth := 1000;' (or 'Control.Print.printDepth := 1000;') |