Documentation Prolog Predicate Reference builtin listing/1

listing/1

List predicates defined in the calling module.

Description

listing( +predicate_indicator )

listing(Name/Arity) lists all clauses of predicate with indicator Name/Arity defined in the calling module. To list the content of a predicate defined in module m, use the call m:listing(Name/Arity) or listing(m:Name/Arity).

Implementation