package datalog

  1. Overview
  2. Docs
module Const : sig ... end
type const = Const.t
val set_debug : bool -> unit
module T : sig ... end
module Lit : sig ... end
module C : sig ... end
module Subst : sig ... end
type scope = Subst.scope
exception UnifFail
val unify : ?oc:bool -> ?subst:Subst.t -> T.t -> scope -> T.t -> scope -> Subst.t
val match_ : ?oc:bool -> ?subst:Subst.t -> T.t -> scope -> T.t -> scope -> Subst.t
val alpha_equiv : ?subst:Subst.t -> T.t -> scope -> T.t -> scope -> Subst.t
val are_alpha_equiv : T.t -> T.t -> bool
val clause_are_alpha_equiv : C.t -> C.t -> bool
module BuiltinFun : sig ... end
module TVariantTbl : sig ... end
module CVariantTbl : sig ... end
module Index (Data : Hashtbl.HashedType) : sig ... end
module Rewriting : sig ... end
exception NonStratifiedProgram
module DB : sig ... end
val ask : ?oc:bool -> ?with_rules:C.t list -> ?with_facts:T.t list -> DB.t -> T.t -> T.t list
val ask_lits : ?oc:bool -> ?with_rules:C.t list -> ?with_facts:T.t list -> DB.t -> T.t list -> Lit.t list -> T.t list
OCaml

Innovation. Community. Security.