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.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

Log is the log module for IdGenerator

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.