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