Martin Jambon wrote: > I must be tired. Actually, type information is emitted for most > expressions and patterns. This includes functions definitions. > The caml2html "hover type display" shows only innermost types, but not > tuareg-mode (C-c C-t). > > Yes, all types are there, however the function names are not, or at least I do not see them. So in order to find the types for the functions, we need to look up the location mentioned in the annot file in the source function to know to which function it refers.
However, this doesn't help us for finding the callers of the functions. Of course, putting more data into the .annot-file is a solution, but someone has to do it. -- mattias --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ocaml-developer" group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ocaml-developer?hl=en For other OCaml forums, see http://caml.inria.fr/resources/forums.en.html -~----------~----~----~----~------~----~------~--~---
