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.