Find and remove dead code and unused APIs in OCaml projects
at main 4 lines 146 B view raw
1(** Tests for the Cache module *) 2 3val suite : string * unit Alcotest.test_case list 4(** [suite] is the test suite for Cache module functions. *)