dune/bin
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
..
jbuild Add an "executable" stanza and make it easier to install executables 2017-03-22 15:09:26 +00:00
main.ml Split src/import.ml into a new library src/stdune (#548) 2018-02-25 16:35:25 +00:00
main.mli added jbuilder extract-makefile 2017-05-18 19:05:01 +01:00