Skip to content

meta_predicate is unexpectedly an operator #2822

Open
@triska

Description

@triska

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions