Map man page on Cygwin

Man page or keyword search:  
man Server   22533 pages
apropos Keyword Search (all sections)
Output format
Cygwin logo
[printable version]

Map(3)				 OCaml library				Map(3)

NAME
       Map - Association tables over ordered types.

Module
       Module	Map

Documentation
       Module Map
	: sig end

       Association tables over ordered types.

       This  module  implements	 applicative association tables, also known as
       finite maps or dictionaries, given a total ordering function  over  the
       keys.	All   operations   over	  maps	 are  purely  applicative  (no
       side-effects).  The implementation  uses	 balanced  binary  trees,  and
       therefore  searching and insertion take time logarithmic in the size of
       the map.

       module type OrderedType = sig end

       Input signature of the functor Map.Make .

       module type S = sig end

       Output signature of the functor Map.Make .

       module Make : functor (Ord : OrderedType) -> sig end

       Functor building an implementation of the map structure given a totally
       ordered type.

OCamldoc			  2013-10-24				Map(3)
[top]

List of man pages available for Cygwin

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net