package acgtk

  1. Overview
  2. Docs
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