![]() |
HW6 | |
![]() |
HW5 | |
![]() |
HW4 | |
![]() |
HW3 | |
![]() |
HW2 | |
![]() |
HW1 | |
What is the grading policy of the course?
|
Assignments: - Every 1-2 weeks - Weight is up to 20% (TAKEF) - Teams of 2 (strict!) - Matching services provided by teaching assistants. Final exam: - "Open material". - Date set by the authorities. - Weight is 80% or more. Final Grade: - If exam grade > 50: 80% exam, 20% assignments - Otherwise: 100% exam |
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;') |

