This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/docs/md/extensions.md

27 lines
364 B
Markdown
Raw Normal View History

2018-05-10 23:27:41 +01:00
2018-05-10 13:23:14 +01:00
@defgroup extensions Extensions to core Prolog.
2017-05-19 09:54:35 +01:00
2018-05-10 13:23:14 +01:00
@{
2017-05-19 09:54:35 +01:00
2018-05-10 13:23:14 +01:00
YAP includes a number of extensions over the original Prolog
language. Next, we discuss how to use the most important ones.
2017-05-19 09:54:35 +01:00
2018-05-10 13:23:14 +01:00
+ @ref Rational_Trees
2017-05-19 09:54:35 +01:00
2018-05-10 13:23:14 +01:00
+ @ref AttributedVariables
2017-05-19 09:54:35 +01:00
2018-05-10 13:23:14 +01:00
+ @ref DepthLimited
2018-05-10 13:11:56 +01:00
2018-05-10 13:23:14 +01:00
+ @ref Tabling
2018-05-10 13:11:56 +01:00
2018-05-10 13:23:14 +01:00
+ @ref Threads
2018-05-10 13:11:56 +01:00
2018-05-10 13:23:14 +01:00
+ @ref Profiling
2018-05-10 13:11:56 +01:00
2018-05-10 13:23:14 +01:00
+ @ref YAPArrays
2017-05-19 09:54:35 +01:00
2018-05-10 13:23:14 +01:00
+ @ref Parallelism
2017-05-19 09:54:35 +01:00
2018-05-10 13:23:14 +01:00
@}