package acgtk

  1. Overview
  2. Docs
Abstract Categorial Grammar development toolkit

Install

Dune Dependency

Authors

Maintainers

Sources

acgtk-1.5.3.tar.gz
sha256=2743321ae4cc97400856eb503a876cbcbd08435ebc750276399a97481d001d41
md5=04c1e14f98e2c8fd966ef7ef30b38323

doc/acgtkLib.datalogLib/DatalogLib/UnionFind/StoreAsMap/index.html

Module UnionFind.StoreAsMapSource

Sourcetype 'a t
Sourceexception Store_Not_found

empty i should return an empty indexed storage data structure that will allow indexing with values from 1 to i.

Sourceval make : int -> 'a -> 'a t

make i data should return an indexed storage data structure that will allow indexing with value data from 1 to i.

Sourceval get : int -> 'a t -> 'a
Sourceval set : int -> 'a -> 'a t -> 'a t
Sourceval copy : 'a t -> 'a t
Sourceval length : 'a t -> int
OCaml

Innovation. Community. Security.