Skip to content

predicate_property(M:P) fails silently #2898

@rotu

Description

@rotu

I think predicate_property is supposed to fail with an instantiation error in both of these cases:

?- predicate_property(P,A).
   error(instantiation_error,predicate_property/2).
?- predicate_property(M:P,A).
   false.

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