acgtkLib.datalogLib
AbstractSyntax.Proto_Rule
acgtkLib.acgData
acgtkLib.logic
acgtkLib.utilsLib
type t = {
proto_id : int;
proto_lhs : Predicate.predicate;
proto_rhs : Predicate.predicate list;
represents the predicates of the rule.
}
val to_string : t -> Predicate.PredIdTable.table -> ConstGen.Table.table -> string