package acgtk

  1. Overview
  2. Docs
Abstract Categorial Grammar development toolkit

Install

Dune Dependency

Authors

Maintainers

Sources

acg-2.1.0-20240219.tar.gz
sha512=5d380a947658fb1201895cb4cb449b1f60f54914c563e85181d628a89f045c1dd7b5b2226bb7865dd090f87caa9187e0ea6c7a4ee3dc3dda340d404c4e76c7c2

doc/acgtk.datalogLib/DatalogLib/index.html

Module DatalogLibSource

Sourcemodule ArrayTraversal : sig ... end

This module implements a depth-first array traversal. It is depth-first in order to fit with backtracking when cells contain persistent array.

Sourcemodule Datalog : sig ... end
Sourcemodule Datalog_AbstractSyntax : sig ... end
Sourcemodule Dl_lexer : sig ... end
Sourcemodule Dl_parse_functions : sig ... end
Sourcemodule Dl_parser : sig ... end
module Errors : sig ... end
Sourcemodule Messages : sig ... end
Sourcemodule PersistentArray : sig ... end

This module implements a persistent array data structure as described in "A Persistent Union-Find Data Structure" (Sylvain Concohn and Jean-Chrisophe Filliâtre.

Sourcemodule UnionFind : sig ... end

Modules with this module type should provide Union-Find algorithms and the indexed storage data structure. Note that we take the opportunity of implementing from scratch such algorithms to allow the find function returns not only the index of the representative and the values it indexes, but also the storage data structure, so that the find algorithm can modify it, in particular with path compression.

OCaml

Innovation. Community. Security.