[not loaded]All predicatesShow sourcepacks.pl

Source$pack_detach(+Name, -Dir) is det
Detach the given package from the search paths and list of registered packages, but does not delete the files.
Source$pack_attach(+Dir) is det
Attach the given package
Sourceattach_packs
Attach packages from all package directories.
Sourceremove_dups(+List, -Unique, +Seen) is det[private]
Remove duplicates from List, keeping the first solution.
Sourceattach_packs(+Dir)
Attach packages from directory Dir.
Sourceattach_package(+PackDir) is semidet[private]
To be done
- Deal with autoload index. Reload?
Sourcecheck_existing(+Pack, +PackDir) is semidet[private]
Verify that we did not load this package before.