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/IdGen/argument-1-ID/index.html

Parameter IdGen.ID

type t

The type of the identifiers

val compare : t -> t -> int

compare id1 id2 returns an integer which is 0 if id1=id2, negative of id1 is less than id2 and positive otherwise.

val succ : t -> t

succ id returns a new identifer strictly greater than id

val start : t

start is some identifer

val to_string : t -> string

to_string id returns a string describing the identifier

OCaml

Innovation. Community. Security.