Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
A.6 library(check): Consistency checking
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(check): Consistency checking
check/0
list_undefined/0
list_undefined/1
list_autoload/0
list_redefined/0
list_void_declarations/0
list_trivial_fails/0
list_trivial_fails/1
list_strings/0
list_strings/1
Packages
Availability:
:- use_module(
library(check)
).
(can be autoloaded)
[det]
list_autoload
Report predicates that may be auto-loaded. These are predicates that are not defined, but will be loaded on demand if referenced.
See also
autoload/0
To be done
This predicate uses an older mechanism for finding undefined predicates. Should be synchronized with list undefined.
ClioPatria
(version
V3.1.1-21-gb8003bb
)