package kappa-library

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Kappa_data_structures.ModsSource

Datastructures' functors instantiation

Sourceval int_compare : int -> int -> int
Sourceval int_pair_compare : (int * int) -> (int * int) -> int
Sourceval pair_equal : ('a -> 'a -> bool) -> ('b -> 'b -> bool) -> ('a * 'b) -> ('a * 'b) -> bool
Sourcemodule StringSetMap : SetMap.S with type elt = string
Sourcemodule StringSet = StringSetMap.Set
Sourcemodule StringMap = StringSetMap.Map
Sourcemodule String2SetMap : SetMap.S with type elt = string * string
Sourcemodule String2Map = String2SetMap.Map
Sourcemodule IntSetMap : SetMap.S with type elt = int
Sourcemodule IntSet = IntSetMap.Set
Sourcemodule IntMap = IntSetMap.Map
Sourcemodule Int2SetMap : SetMap.S with type elt = int * int
Sourcemodule Int2Set = Int2SetMap.Set
Sourcemodule Int2Map = Int2SetMap.Map
Sourcemodule CharSetMap : SetMap.S with type elt = char
Sourcemodule CharSet = CharSetMap.Set
Sourcemodule CharMap = CharSetMap.Map
OCaml

Innovation. Community. Security.