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.utilsLib/UtilsLib/IdGenerator/index.html

Module UtilsLib.IdGeneratorSource

This module implements various useful modules to generate IDs and to keep track of there association with string as in a symbol table

Sourcemodule type CorrespondanceTableTYPE = sig ... end

Signature of modules encoding symbol tables

Sourcemodule type IdGen_TYPE = sig ... end

Signature of modules encoding a generator of identifiers

Sourcemodule type IdType = sig ... end

Signature of encoding identifiers

Sourcemodule IdGen (ID : IdType) : IdGen_TYPE with type id = ID.t

This module is a functor that generates a identifier generator from a module implementing these identifiers

Sourcemodule IntIdGen : IdGen_TYPE with type id = int

Module implementing the special case where identifiers ar integers.

OCaml

Innovation. Community. Security.