Module StdLabels
: sigend
Standard labeled libraries.
This meta-module provides versions of the StdLabels.Array , StdLabels.Bytes , StdLabels.List and
StdLabels.String modules where function arguments are systematically labeled. It is intended to be
opened at the top of source files, as shown below.
openStdLabelsletto_upper=String.map~f:Char.uppercase_asciiletseqlen=List.init~f:(funi->i)~lenleteverything=Array.create_matrix~dimx:42~dimy:4242moduleArray:(moduleArrayLabels)moduleBytes:(moduleBytesLabels)moduleList:(moduleListLabels)moduleString:(moduleStringLabels)
OCamldoc 2025-06-12 StdLabels(3o)