12 lines
283 B
OCaml
12 lines
283 B
OCaml
open Util.Assert
|
|
open Gradedtests
|
|
|
|
|
|
(* These tests are provided by you -- they will be graded manually *)
|
|
|
|
(* You should also add additional test cases here to help you *)
|
|
(* debug your program. *)
|
|
|
|
let provided_tests : suite = [
|
|
|
|
]
|