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

6.2 Defining a Module
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Modules
        • Defining a Module
          • module/2
          • module/3
    • Packages
:- module(+Module, +PublicList, +Dialect)
Same as module/2. The additional Dialect argument provides a list of language options. Each atom in the list Dialect is mapped to a use_module/1 goal as given below. See also section C. The third argument is supported for compatibility with the Prolog Commons project.
:- use_module(library(dialect/LangOption)).

ClioPatria (version V3.1.1-40-g9d9e003)