6.12 An alternative import/export interface
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Modules
        • An alternative import/export interface
          • export/1
          • import/1
    • Packages
Availability:built-in
export(+PredicateIndicator, ...)
Add predicates to the public list of the context module. This implies the predicate will be imported into another module if this module is imported with use_module/[1,2]. Note that predicates are normally exported using the directive module/2. export/1 is meant to handle export from dynamically created modules.