Browse thread
[Caml-list] Porblem with Num module
[
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: | 2004-05-15 (06:21) |
From: | Shawn Wagner <shawnw@s...> |
Subject: | Re: [Caml-list] Porblem with Num module |
On Sat, May 15, 2004 at 02:00:03AM -0400, William Lovas wrote: > No -- `nums.cma' is the name of the library file. It contains several > modules: Num, Big_int, Ratio... (others? I'm not sure how to analyze a > .cma file to see what it contains other than by trial and error...) Though it's not normally built in a standard ocaml install, there's a program called objinfo that will display information about bytecode files, including a list of every module in a .cma file. Run 'make objinfo' in OCAML-SOURCE/tools/ to compile it. -- Shawn Wagner shawnw@speakeasy.org ------------------- 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