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