My plan is to change the names of all the predicate functions and
operators that are listed in the predicates category in the MathPiper
docs plugin so that they end with a ? character. Can you locate some
examples in the scripts where And, Or, or Not are not used as
predicates?
Ted
> Well, I guess you are right. But for some reason it FEELS wrong.
Another benefit of having all predicate functions and operators end
with a ? is that it will be easy to filter them out from traces.
Currently, most of the content of traces are predicate functions which
are being called as part of function pattern matching. My thought is
that if all of these predicate functions were removed from the trace
output, traces will be much easier to read.
Ted