Module StdLabels


module StdLabels = struct ... end 
Standard labeled libraries.
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 = struct ... end 
module List = struct ... end 
module String = struct ... end