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/Datalog/Make/argument-1-S/index.html

Parameter Make.S

type 'a t
exception Store_Not_found

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

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

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

Innovation. Community. Security.