PublicShow sourcepredicates.pl -- Basic information about sCASP predicates

Source user_predicate(:Goal)
Success if Goal is a user predicate
Source table_predicate(:Goal)
Success if Goal is defined as a tabled predicate with the directive :- table pred/n.
Source prolog_builtin(?Goal)
Success if Goal is a builtin prolog predicate (the compiler introduced its dual)
Source clp_builtin(?Goal)
Success if Goal is a builtin constraint predicate
Source clp_interval(?Goal)
Success if Goal is a builtin constraint predicate to extract interval limits
Source scasp_compiled(?Head)
True when Head is part of the transformed representation.

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

Source shown_predicate(Arg1)