package datalog

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

Install

Dune Dependency

Authors

Maintainers

Sources

datalog-0.7.tbz
sha256=13ca520bddf4f0c44d1468bc89347be72ec543be58fff29469a0da24956be541
sha512=25d6e9cb5abe8aa1110730d884abb9e51ae78bf681b3f21709efa32359b9cbdd97d9076761c91562580c090cbce12ce159c97533ae5d9d427c24cb329e950793

doc/datalog.caml_interface/Datalog_caml_interface/Logic/Lit/index.html

Module Logic.LitSource

Sourcetype aggregate = {
  1. left : T.t;
  2. constructor : const;
  3. var : T.t;
  4. guard : T.t;
}
Sourcetype t =
  1. | LitPos of T.t
  2. | LitNeg of T.t
  3. | LitAggr of aggregate
Sourceval mk_pos : T.t -> t
Sourceval mk_neg : T.t -> t
Sourceval mk : bool -> T.t -> t
Sourceval mk_aggr : left:T.t -> constructor:const -> var:T.t -> guard:T.t -> t
Sourceval eq : t -> t -> bool
Sourceval hash : t -> int
Sourceval to_term : t -> T.t
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
OCaml

Innovation. Community. Security.