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

441 B

Feedback for Lab 01

Run on January 18, 15:27:21 PM.

  • Pass: Change into directory "Lab_01".

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

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

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

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

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