package kappa-library

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

Module Kappa_data_structures.SetMapSource

Our own implementattion of Set and Map

Purely functionnal. Functions without _with_logs do NOT raise any exception.

Sourcemodule type OrderedType = sig ... end
Sourcetype ('parameters, 'error, 'a) with_log_wrap = ('parameters -> 'error -> string -> string option -> exn -> 'error) -> 'parameters -> 'error -> 'a
Sourcemodule type Set = sig ... end
Sourcemodule type Map = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (Ord : OrderedType) : S with type elt = Ord.t
Sourcemodule type Projection = sig ... end
Sourcemodule Proj (A : S) (B : S) : Projection with type elt_a = A.elt and type elt_b = B.elt and type 'a map_a = 'a A.Map.t and type 'a map_b = 'a B.Map.t
Sourcemodule type Projection2 = sig ... end
Sourcemodule Proj2 (A : S) (B : S) (C : S) : Projection2 with type elt_a = A.elt and type elt_b = B.elt and type 'a map_a = 'a A.Map.t and type 'a map_b = 'a B.Map.t and type elt_c = C.elt and type 'a map_c = 'a C.Map.t
OCaml

Innovation. Community. Security.