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

  • swipl
    • library
      • error.pl
      • debug.pl
      • apply.pl
      • lists.pl
      • broadcast.pl
      • shlib.pl
      • option.pl -- Option list processing
      • thread_pool.pl
      • gensym.pl -- Generate unique symbols
      • settings.pl -- Setting management
      • arithmetic.pl
      • main.pl
      • readutil.pl -- Read utilities
      • operators.pl -- Manage operators
      • pairs.pl
      • prolog_source.pl -- Examine Prolog source-files
      • record.pl
      • quasi_quotations.pl
      • pure_input.pl
      • solution_sequences.pl
      • ordsets.pl
      • random.pl
      • base64.pl
      • aggregate.pl
      • yall.pl -- Lambda expressions
      • sandbox.pl
      • apply_macros.pl -- Goal expansion rules to avoid meta-calling
      • assoc.pl
      • prolog_format.pl
      • predicate_options.pl
      • csv.pl -- Process CSV (Comma-Separated Values) data
      • pprint.pl
      • atom.pl
      • modules.pl
      • occurs.pl
      • prolog_xref.pl
      • prolog_colour.pl -- Prolog syntax colouring support.
      • lazy_lists.pl
      • ugraphs.pl -- Graph manipulation library
      • url.pl
      • www_browser.pl
      • prolog_pack.pl -- A package manager for Prolog
      • git.pl -- Run GIT commands
      • rbtrees.pl
      • dif.pl
      • charsio.pl -- I/O on Lists of Character Codes
      • prolog_stack.pl -- Examine the Prolog stack
      • 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 -- Well Founded Semantics interface
      • dialect.pl -- Support multiple Prolog dialects
      • prolog_code.pl -- Utilities for reasoning about code
      • sort.pl
      • iostream.pl -- Utilities to deal with streams
      • dicts.pl
      • varnumbers.pl
      • writef.pl
      • nb_set.pl
      • backcomp.pl -- Backward compatibility
      • base32.pl -- Base32 encoding and decoding
      • codesio.pl
      • coinduction.pl -- Co-Logic Programming
      • date.pl
      • heaps.pl -- heaps/priority queues
      • statistics.pl
      • terms.pl
      • utf8.pl -- UTF-8 encoding/decoding on lists of character codes.
      • when.pl -- Conditional coroutining
      • prolog_versions.pl -- Demand specific (Prolog) versions
      • prolog_profile.pl -- Execution profiler
      • intercept.pl
      • threadutil.pl -- Interactive thread utilities
      • ctypes.pl -- Character code classification
      • zip.pl
      • listing.pl
      • prolog_trace.pl -- Print access to predicates
      • prolog_coverage.pl -- Coverage analysis tool
      • ansi_term.pl -- Print decorated text to ANSI consoles
      • strings.pl -- String utilities
      • quintus.pl
      • tables.pl
      • hashtable.pl
      • prolog_history.pl
      • prolog_config.pl
      • system.pl -- System utilities
      • oset.pl
      • edit.pl -- Editor interface
      • prolog_metainference.pl
      • prolog_codewalk.pl
      • thread.pl
      • macros.pl -- Macro expansion
      • exceptions.pl
      • shell.pl
      • prolog_debug.pl -- User level debugging tools
      • make.pl
      • optparse.pl -- command line parsing
      • prolog_wrap.pl
      • help.pl
      • increval.pl
      • persistency.pl
      • qsave.pl
      • prolog_autoload.pl
      • check.pl
      • streams.pl -- Manage Prolog streams
 display(+Term) is det
 display(+Stream, +Term) is det
Write a term, ignoring operators and special syntax constructs such as brace terms ({a}) and lists ([a,b,c]). Currently does print dicts using the dict notation.
See also
- write_canonical/2. SWI-Prolog's write_canonical/2, however, prints lists using list notation to reduce incompatibility due to the modified list functor ('[|]' rather than `.`) and reduce memory usage while parsing lists.