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/Table/index.html

Module UtilsLib.TableSource

This module implements a functor returning an non-funtional lookup table when provided with a given size

Sourcemodule type BASE = sig ... end

The signature module for modules providing size

Sourcemodule type TABLE = sig ... end

The signature module for tables

Sourcemodule Make_table (Base : BASE) : TABLE with type key = int

This modules provides the functor

OCaml

Innovation. Community. Security.