To Learn More
The results produced by the ocamldep command can be visualized
in graphical form by the ocamldot utility, which can be found
on the following page:
Link
http://www.cis.upenn.edu/~tjim/ocamldot/index.html
ocamldot makes use of an independent program (dot), also
downloadable:
Link
http://www.research.att.com/sw/tools/graphviz/
Several generic Makefile templates for Objective CAML have been
proposed to ease the burden of project management:
Link
http://caml.inria.fr/FAQ/Makefile_ocaml-eng.html
Link
http://www.ai.univie.ac.at/~markus/ocaml_sources
These integrate the output of ocamldep.
In [HF+96] a performance evaluation of about twenty
implementations of functional languages, among them several ML
implementations, can be found. The benchmark is an example of
numerical calculations on large datastructures.