Browse thread
[Caml-list] interface printing without generating object code?
[
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: | Chris Hecker <checker@d...> |
| Subject: | [Caml-list] interface printing without generating object code? |
The -i command to the compilers is useful for generating mli files, but is there a way to only generate the interface, and not have to compile? "ocamlc -i foo.ml" tries to compile and link. "ocamlc -i -c foo.ml" tries to compile. I just want the interface printed and that's it. Thanks, 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