package datalog

  1. Overview
  2. Docs
An in-memory datalog implementation for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.6.tar.gz
md5=4a2d12d630a5edd694968675a84a3ef5
sha512=685c0e186705837cb3ac66df6e8011d9f6a9629484b3a813b767df95348d5a41f37301f3e199ed6c91a42a87d1563e8355377269176785b123eb297a5ad022d7

doc/datalog.unix/Datalog_unix/Default/TD/C/index.html

Module TD.CSource

Sourcetype t = private {
  1. head : T.t;
  2. body : Lit.t list;
}
Sourceexception Unsafe
Sourceval mk_clause : T.t -> Lit.t list -> t
Sourceval mk_fact : T.t -> t
Sourceval eq : t -> t -> bool
Sourceval hash : t -> int
Sourceval head_symbol : t -> const
Sourceval max_var : t -> int
Sourceval fmap : (T.t -> T.t) -> t -> t
Sourceval to_string : t -> string
Sourceval pp : out_channel -> t -> unit
Sourceval fmt : Format.formatter -> t -> unit
Sourcemodule Tbl : Hashtbl.S with type key = t
OCaml

Innovation. Community. Security.