package acgtk

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

Module Datalog.ASRuleSource

Sourcetype rule = Datalog_AbstractSyntax.AbstractSyntax.Rule.rule = {
  1. id : int;
  2. lhs : Datalog_AbstractSyntax.AbstractSyntax.Predicate.predicate;
  3. e_rhs : (Datalog_AbstractSyntax.AbstractSyntax.Predicate.predicate * int) list;
    (*

    represents the extensionnal predicates of the rule. The int represents the position in the rule

    *)
  4. i_rhs : (Datalog_AbstractSyntax.AbstractSyntax.Predicate.predicate * int) list;
    (*

    represents the intensionnal predicates of the rule. The int represents the position in the rule

    *)
  5. i_rhs_num : int;
}
Sourcemodule Rules : Set.S with type elt = rule
Sourcemodule RuleMap : Map.S with type key = rule
OCaml

Innovation. Community. Security.