Open
Description
We currently have:
?- current_op(Pri, Fix, meta_predicate). Pre = 1199, Fix = fx, unexpected.
meta_predicate
is not a standard operator, and therefore should not be defined as an operator!
I would greatly appreciate any help with this: First, systematically remove all occurrences in library code where meta_predicate
is used as a prefix operator (use functional notation instead in such cases), and second, remove the operator definition to make Scryer more strictly conforming in its default execution mode, i.e., on startup.
Metadata
Metadata
Assignees
Labels
No labels