Skip to content

Commit

Permalink
ENHANCED: explain/1 to enumerate all instances of a non-qualified pre…
Browse files Browse the repository at this point in the history
…dicate.
  • Loading branch information
JanWielemaker committed Nov 4, 2024
1 parent 3b4f9c1 commit 4ca7e8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/explain.pl
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@
( predicate_property(M2:Head, imported_from(M))
-> true
; M = M2
),
!.
).
known_predicate(Pred) :-
predicate_property(Pred, undefined).
known_predicate(_:Head) :-
Expand Down

0 comments on commit 4ca7e8c

Please sign in to comment.