module StdLabels: sig  end
   This meta-module provides labelized version of the Array,
   List and String modules.
   They only differ by their labels. Detailed interfaces can be found
   in arrayLabels.mli, listLabels.mli and stringLabels.mli.
module Array: sig  endmodule List: sig  endmodule String: sig  end