GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
StdLabels(3) OCaml library StdLabels(3)

StdLabels - Standard labeled libraries.

Module StdLabels

Module StdLabels
: sig end

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.


open StdLabels

let to_upper = String.map ~f:Char.uppercase_ascii
let seq len = List.init ~f:(function i -> i) ~len
let everything = Array.create_matrix ~dimx:42 ~dimy:42 42

module Array : (module ArrayLabels)

module Bytes : (module BytesLabels)

module List : (module ListLabels)

module String : (module StringLabels)

2025-07-03 OCamldoc

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.