Did you know ... | Search Documentation: |
Pack logtalk -- logtalk-3.85.0/docs/_sources/hook_set_1.rst.txt |
.. index:: hook_set(Set)
.. _hook_set/1:
.. rst-class:: right
object
hook_set(Set)
Set
- Set (list) of hook objects.
Use a set (represented using a list) of hook objects to expand terms and goals. The hook objects are tried in sequence until one of them succeeds in expanding the current term (goal) into a different term (goal).
| Availability:
| logtalk_load(hook_flows(loader))
| Author: Paulo Moura | Version: 2:0:0 | Date: 2024-09-27
| Compilation flags:
| static, context_switching_calls
| Implements:
| public
:ref:`expanding <expanding/0>`
| Remarks:
hook(hook_set(Set))
.| Inherited public predicates: | Â :ref:`expanding/0::goal_expansion/2` Â :ref:`expanding/0::term_expansion/2` Â
.. contents:: :local: :backlinks: top
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(none)
.. seealso::
:ref:`hook_pipeline(Pipeline)
<hook_pipeline/1>`