[
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: | Richard Jones <rich@a...> |
| Subject: | Re: [Caml-list] ocamldebug and abstract record types |
On Sun, May 21, 2006 at 12:40:20AM -0700, Frederick Akalin wrote: > At the risk of starting another flamewar, I have another question. I > notice that if I have a record type that's defined in an .mli file, I > am able to print objects of that type and see its contents in the > debugger. However, if I make that type abstract (only defining it in > the .ml file), I am unable to do so, instead seeing "<abstr>", unless > I am in the .ml file where the type is defined. Another solution -- not very elegant -- is to use the Std.dump function from Extlib. It's similar in principle to Perl's Data::Dumper. Rich. -- Richard Jones, CTO Merjis Ltd. Merjis - web marketing and technology - http://merjis.com Team Notepad - intranets and extranets for business - http://team-notepad.com