Closed daveraja closed 3 years ago
When exporting to a string from a FactBase with comments FactBase.asp_str(commented=True) it should be able to export a more useful description of the predicate definition with the argument names.
FactBase.asp_str(commented=True)
Will now produce a predicate name and parameter names (instead of name and arity). Will be in a 1.2.2 release
When exporting to a string from a FactBase with comments
FactBase.asp_str(commented=True)
it should be able to export a more useful description of the predicate definition with the argument names.