package colibri2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Bag : sig ... end

List with constant-time concat operation.

module Cmdline : sig ... end
module Enum : sig ... end

Use enum for deforesting

module Exn_printer : sig ... end
module Exthtbl : sig ... end
module Extmap : sig ... end

Association tables over ordered types

module Extset : sig ... end

Sets over ordered types

module Hashcons : sig ... end

Hash tables for hash consing

module IArray : sig ... end

immutable arrays, like arrays but you can't modify them after creation

module Intmap : sig ... end

Maps with integers keys using Patricia Trees.

module Intmap_hetero : sig ... end
module Leftistheap : sig ... end
module Lists : sig ... end
module Map_intf : sig ... end
module Number : sig ... end

Construction

module Opt : sig ... end
module Popop_stdlib : sig ... end
module Pp : sig ... end
module Print_tree : sig ... end
module Refo : sig ... end

just reference not initialized at creation

module Simple_vector : sig ... end
module Strings : sig ... end

Useful functions on string

module Sysutil : sig ... end
module TimeWheel : sig ... end

Time Wheel

module Unit : sig ... end

Map, Set, and hash for Unit type. Mainly for fun

module Util : sig ... end

Useful functions

module Vector_hetero : sig ... end
module Weakhtbl : sig ... end

Hashtable with weak key used for memoization

OCaml

Innovation. Community. Security.