dune/test/unit-tests
Jérémie Dimino 3fd3eb8a12
Split src/import.ml into a new library src/stdune (#548)
- make sure type t always come first
- Map.map, Map.fold, ... never pass the key to the callback while Map.mapi, Map.foldi, ... do
- removed the ~key and ~data labels, I find them useless and annoying
- Set.elements --> Set.to_list
- Map.bindings --> Map.to_list
- Map.of_alist --> Map.of_list
- added Ordering.t for comparison functions
- renamed Inl/Inr to Left/Right. The latter seems clearer
- moved List.longest to String.longest
- added a Pp module with a nicer API than Format
2018-02-25 16:35:25 +00:00
..
findlib-db Reorganize tests 2017-08-11 11:36:33 +01:00
action.mlt Split src/import.ml into a new library src/stdune (#548) 2018-02-25 16:35:25 +00:00
expect_test.mll Split src/import.ml into a new library src/stdune (#548) 2018-02-25 16:35:25 +00:00
filename.mlt Reorganize tests 2017-08-11 11:36:33 +01:00
import_dot_map.mlt Split src/import.ml into a new library src/stdune (#548) 2018-02-25 16:35:25 +00:00
jbuild Split src/import.ml into a new library src/stdune (#548) 2018-02-25 16:35:25 +00:00
path.mlt Fix Path.pp 2018-01-19 22:44:30 +00:00
tests.mlt Refactor library management (#516) 2018-02-20 11:46:10 +00:00
toplevel.ml Reorganize tests 2017-08-11 11:36:33 +01:00