ocaml-containers/tests/core/t.ml
2022-06-30 22:28:19 -04:00

16 lines
268 B
OCaml

Containers_testlib.run_all ~descr:"containers" [
T_list.get();
T_array.get();
T_bool.get();
T_byte_buffer.get();
T_canonical_sexp.get();
T_char.get();
T_either.get();
T_eq.get();
T_float.get();
T_format.get();
T_fun.get ();
T_hash.get();
];;