Commit c3495990 authored by Taddeus Kroes's avatar Taddeus Kroes

funclang series5: Added some comments in test file.

parent b8997103
#use "ass13.ml"
(* Note: to run this test, run 'ocaml test_expr.ml' in the command line. This
* will print a list of SUCCESS/FAILURE lines (actually only SUCCESS for the
* current tests, but feel free to add some more challenging tests. *)
let test tested_method e expect yield =
if yield = expect then
print_endline "SUCCESS"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment