/usr/local/lib/swipl/library/edinburgh.pl
All Application Manual Name SummaryHelp

  • swipl
    • library
      • error.pl
      • debug.pl
      • apply.pl -- Apply predicates on a list
      • lists.pl
      • broadcast.pl
      • shlib.pl
      • option.pl -- Option list processing
      • thread_pool.pl
      • gensym.pl
      • settings.pl -- Setting management
      • arithmetic.pl
      • main.pl
      • readutil.pl -- Read utilities
      • operators.pl
      • pairs.pl -- Operations on key-value lists
      • prolog_source.pl
      • record.pl
      • quasi_quotations.pl -- Define Quasi Quotation syntax
      • pure_input.pl -- Pure Input from files and streams
      • solution_sequences.pl
      • ordsets.pl -- Ordered set manipulation
      • random.pl -- Random numbers
      • base64.pl
      • aggregate.pl -- Aggregation operators on backtrackable predicates
      • yall.pl
      • sandbox.pl
      • apply_macros.pl -- Goal expansion rules to avoid meta-calling
      • assoc.pl
      • prolog_format.pl -- Analyse format specifications
      • predicate_options.pl -- Access and analyse predicate options
      • csv.pl -- Process CSV (Comma-Separated Values) data
      • pprint.pl
      • atom.pl
      • modules.pl
      • occurs.pl
      • prolog_xref.pl
      • prolog_colour.pl
      • lazy_lists.pl
      • ugraphs.pl
      • url.pl -- Analysing and constructing URL
      • www_browser.pl
      • prolog_pack.pl -- A package manager for Prolog
      • git.pl
      • rbtrees.pl
      • dif.pl
      • charsio.pl
      • prolog_stack.pl
      • edinburgh.pl -- Some traditional Edinburgh predicates
        • display/1
        • display/2
        • unknown/2
        • reconsult/1
        • debug/0
        • nodebug/0
        • fileerrors/2
      • prolog_clause.pl
      • prolog_breakpoints.pl -- Manage Prolog break-points
      • wfs.pl
      • dialect.pl
      • prolog_code.pl -- Utilities for reasoning about code
      • sort.pl
      • iostream.pl -- Utilities to deal with streams
      • dicts.pl
      • varnumbers.pl -- Utilities for numbered terms
      • base32.pl
      • codesio.pl
      • coinduction.pl
      • date.pl
      • heaps.pl
      • statistics.pl
      • terms.pl -- Term manipulation
      • utf8.pl
      • when.pl
      • backcomp.pl
      • prolog_codewalk.pl
      • listing.pl
      • prolog_metainference.pl -- Infer meta-predicate properties
      • increval.pl
      • tables.pl
      • ctypes.pl -- Character code classification
      • make.pl
      • check.pl -- Consistency checking
      • prolog_wrap.pl
      • writef.pl -- Old-style formatted write
      • prolog_profile.pl
      • prolog_coverage.pl
      • prolog_jiti.pl
      • thread.pl
      • threadutil.pl -- Interactive thread utilities
      • portray_text.pl
      • quintus.pl
      • hashtable.pl
      • ansi_term.pl -- Print decorated text to ANSI consoles
      • qsave.pl -- Save current program as a state or executable
      • zip.pl
      • prolog_versions.pl -- Demand specific (Prolog) versions
      • strings.pl
      • prolog_autoload.pl -- Autoload all dependencies
      • optparse.pl
      • prolog_debug.pl -- User level debugging tools
      • prolog_history.pl
      • prolog_config.pl
      • streams.pl
      • persistency.pl
      • system.pl -- System utilities
      • explain.pl
      • edit.pl
      • shell.pl -- Elementary shell commands
      • files.pl
      • macros.pl
      • intercept.pl
      • help.pl
      • exceptions.pl -- Exception classification
      • oset.pl
 reconsult(+FileOrList) is det
Load source file(s), wiping the old content first. SWI-Prolog's consult/1 and related predicates always do this.
deprecated
- The Edinburgh Prolog consult/reconsult distinction is no longer used throughout most of the Prolog world.