Re-exported predicates
The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.
- option(?Option, +Options) is semidet
- Get an Option from Options. Fails silently if the option does not
appear in Options. If Option appears multiple times in Options, the
first value is used.
- Arguments:
-
Option | - Term of the form Name(?Value). |
Options | - is a list of Name(Value) or Name=Value or a dict. |
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.
- parseOptions(Arg1, Arg2)
- setOption(Arg1, Arg2, Arg3)
- showOptions(Arg1)
- setDefaultOptions(Arg1)