acgtk.datalogLib
AbstractSyntax.Proto_Rule
acgtk.acgData
acgtk.containers
acgtk.dump
acgtk.grammars
acgtk.logic
acgtk.magicRewriting
acgtk.scripting
acgtk.svg_rendering
acgtk.utilsLib
type t = {
proto_id : int;
proto_lhs : Predicate.predicate;
proto_rhs : Predicate.predicate list;
represents the predicates of the rule.
}
val pp : Predicate.PredIdTable.table -> ConstGen.Table.table -> Format.formatter -> t -> unit