package acgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. proto_id : int;
  2. proto_lhs : Predicate.predicate;
  3. proto_rhs : Predicate.predicate list;
    (*

    represents the predicates of the rule.

    *)
}
val to_string : t -> Predicate.PredIdTable.table -> ConstGen.Table.table -> string