csci2041/repo-zhan4854/Lab_01_Feedback.md

27 lines
441 B
Markdown
Raw Normal View History

2018-01-29 23:35:31 +00:00
### 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`.