2.6.2 library(explain): Describe Prolog Terms
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Overview
        • Online Help
          • library(explain): Describe Prolog Terms
            • explain/1
            • explain/2
    • Packages
Availability::- use_module(library(explain)).(can be autoloaded)
Source[det]explain(@Term)
Give an explanation on Term. The argument may be any Prolog data object. If the argument is an atom, a term of the form Name/Arity or a term of the form Module:Name/Arity, explain/1 describes the predicate as well as possible references to it. See also gxref/0.