Documentation Prolog Predicate Reference builtin listing/0

listing/0

List predicates defined in the calling module.

Description

listing

listing lists all predicates defined in the calling module. To list the content of the module m, use the call m:listing.

Implementation