• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

F.2 Library predicates
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Summary
        • Library predicates
          • library(aggregate)
          • library(ansi_term)
          • library(apply)
          • library(assoc)
          • library(broadcast)
          • library(charsio)
          • library(check)
          • library(clpb)
          • library(clpfd)
          • library(clpqr)
          • library(csv)
          • library(dcgbasics)
          • library(dcghighorder)
          • library(debug)
          • library(dicts)
          • library(error)
          • library(fastrw)
          • library(explain)
          • library(help)
          • library(gensym)
          • library(heaps)
          • library(increval)
          • library(intercept)
          • library(iostream)
          • library(listing)
          • library(lists)
          • library(main)
          • library(occurs)
          • library(option)
          • library(optparse)
          • library(ordsets)
          • library(persistency)
          • library(portraytext)
          • library(predicate_options)
          • library(prologdebug)
          • library(prologjiti)
          • library(prologpack)
          • library(prologxref)
          • library(pairs)
          • library(pio)
          • library(random)
          • library(rbtrees)
          • library(readutil)
          • library(record)
          • library(registry)
          • library(settings)
          • library(simplex)
          • library(statistics)
          • library(terms)
          • library(ugraphs)
          • library(url)
          • library(www_browser)
          • library(solution_sequences)
          • library(thread)
          • library(thread_pool)
          • library(varnumbers)
          • library(yall)
    • Packages
h3 id="sec:summary-lib-check">F.2.7 library(check)
check/0Run all consistency checks defined by checker/2.
checker/2Register code validation routines.
list_autoload/0Report predicates that may be auto-loaded.
list_cross_module_calls/0List calls from one module to another using Module:Goal where the callee is not defined exported, public or multifile, i.e., where the callee should be considered _private_.
list_format_errors/0List argument errors for format/2,3.
list_format_errors/1List argument errors for format/2,3.
list_rationals/0List rational numbers that appear in clauses.
list_rationals/1List rational numbers that appear in clauses.
list_redefined/0Lists predicates that are defined in the global module =user= as well as in a normal module; that is, predicates for which the local definition overrules the global default definition.
list_strings/0List strings that appear in clauses.
list_strings/1List strings that appear in clauses.
list_trivial_fails/0List goals that trivially fail because there is no matching clause.
list_trivial_fails/1List goals that trivially fail because there is no matching clause.
list_undefined/0Report undefined predicates.
list_undefined/1Report undefined predicates.
list_void_declarations/0List predicates that have declared attributes, but no clauses.
string_predicate/1Multifile hook to disable list_strings/0 on the given predicate.
trivial_fail_goal/1Multifile hook that tells list_trivial_fails/0 to accept Goal as valid.
valid_string_goal/1Multifile hook that qualifies Goal as valid for list_strings/0.

<

ClioPatria (version V3.1.1-42-gd6a756b-DIRTY)