hello !

i am wondering if there exists a way to get a graphic visualiation of the
dependances between functions defined in an ocaml file.

For instance:

let f x= x+1

let g x= f x -1


> let h x y = g x + (f x)


should displayed that h relies on f and g definition.

Maybe this not a pure ocaml-related question (more general) but i would need
such a tool for my ocaml sources.

Thank you by advance !

-- 
Grégoire Seux
_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to