Browse thread
[Caml-list] Ocamlbrowser & include
- Christophe TROESTLER
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Christophe TROESTLER <Christophe.Troestler@u...> |
| Subject: | [Caml-list] Ocamlbrowser & include |
Hi, When an interface, say a.mli, includes a signature, say B.MYSIG (through "include B.MYSIG"), ocamlbrowser nicely displays in its 3 panes B.MYSIG functions/types/... alongside the ones declared in a.mli. However, when one asks the interface of a function/type/... of B.MYSIG, the beginning of a.mli is displayed. When b.mli exists, why not follow the "link" and present the user the corresponding function/type/... in [the signature MYSIG in] b.mli? Cheers, ChriS ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners