Re: Warning upon unused module
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
-[ Wed, Apr 02, 2014 at 02:54:03PM +0900, Francois Berenger ]---- > Is it possible to have a compilation warning > in case a module declared in a file is unused? Declared? If declared=opened, then '-w A' will do.