package acgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

is_in_idb pred prog returns true if the predicate pred is an intensional predicate for the program prog

is_head pred rule returns true if the predicate pred matches with the head of the rule rule

match_rules pred prog returns the set of rules of program prog whose heads match with pred

val get_rule_by_id : program -> int -> DatalogLib.Datalog_AbstractSyntax.AbstractSyntax.Rule.Rules.elt

get_rule_by_id program id Get the rule matching the id

val pp : ?with_position:bool -> ?with_id:bool -> Stdlib.Format.formatter -> program -> unit
OCaml

Innovation. Community. Security.