csci2041/repo-zhan4854/Lab_01_Assessment.md
Michael Zhang 399845160c
f
2018-01-29 17:35:31 -06:00

549 B

Assessment for Lab 01

Total score: 25 / 25

Run on February 10, 11:16:29 AM.

  • Pass: Change into directory "Lab_01".

  • Pass: Check that file "fib.ml" exists.

  • 5 / 5 : Pass: Check that an OCaml file "fib.ml" has no syntax or type errors.

    OCaml file "fib.ml" has no syntax or type errors.

  • 10 / 10 : Pass: Check that the result of evaluating fib 0 matches the pattern 0.

  • 10 / 10 : Pass: Check that the result of evaluating fib 5 matches the pattern 5.

Total score: 25 / 25