[
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: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | [Caml-list] Toplevel Wish |
Hi, I think it would be awesome if the toplevel would be able to spit out the interface to a module. Like: # Printf;; and it prints out a Module = sig ... end of the module if found. or some other facility to view this information in the toplevel. Seems it is capable of displaying pretty much everything else... Jonathan