Re: Warning upon unused module
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
-[ Thu, Apr 03, 2014 at 10:46:12AM +0900, Francois Berenger ]---- > I only extremely rarely open modules. > But, I have some lines on top of my file like: > > --- > module A = BatArray > module AC = Autocorr > module S = BatString > module Feat = Feature > module HT = BatHashtbl > module L = BatList > module MU = My_utils > module Mol = Molecule > module Mol2 = Mol2_parser > module Pl = Pl_parser > module Pqr = Pqr_parser > module V3 = Vector3 > --- > > I was interested in knowing if one such a line > has become unnecessary at some point. Browsing through the various warning options there does not seem to be anything like that at the moment. You should open a feature request.