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_AbstractSyntax/AbstractSyntax/Predicate/index.html

Module AbstractSyntax.PredicateSource

Sourcetype term =
  1. | Var of VarGen.id
  2. | Const of ConstGen.id
Sourcetype pred_id
Sourcemodule PredIdMap : Map.S with type key = pred_id
Sourcemodule PredIds : Set.S with type elt = pred_id
Sourcetype predicate = {
  1. p_id : pred_id;
  2. arity : int;
  3. arguments : term list;
    (*

    It is assumed that the size of the list is the arity

    *)
}
Sourceval to_string : predicate -> ?position:int -> PredIdTable.table -> ConstGen.Table.table -> string
Sourceval compare : predicate -> predicate -> int
Sourceval fake_pred_id : pred_id
OCaml

Innovation. Community. Security.