Is there a means to list all the predicates that are defined in a given library module for SICStus Prolog?
e.g. if I load the lists module:
| ?- use_module(library(lists)).
is there another predicate I can run from the prompt to tell me what predicates have just been imported?