| Did you know ... | Search Documentation: |
| Pack logtalk -- logtalk-3.94.0/docs/handbook/_sources/libraries/meta.rst.txt |
.. _library_meta:
meta
This library provides implementations of common meta-predicates. The
meta object implements common meta-predicates like map/3 and
fold_left/4.
See also the meta_compiler library, which provides optimized
compilation of meta-predicate calls.
Open the `../../apis/library_index.html#meta <../../apis/library_index.html#meta>`__ link in a web browser.
To load the main entities in this library, load the loader.lgt file:
::
| ?- logtalk_load(meta(loader)).
To test this library predicates, load the tester.lgt file:
::
| ?- logtalk_load(meta(tester)).
See e.g. the metapredicates example and unit tests.