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

22 lines
303 B
Markdown
Raw Normal View History

2017-05-02 07:42:21 +01:00
Extensions to core Prolog. {#extensions}
2017-04-13 21:42:34 +01:00
========================
2016-12-10 03:13:43 -06:00
YAP includes a number of extensions over the original Prolog
2017-04-13 21:42:34 +01:00
language.
2016-12-10 03:13:43 -06:00
2017-05-02 07:42:21 +01:00
+ @subpage attributes
2016-12-10 03:13:43 -06:00
2017-05-02 07:42:21 +01:00
+ @ref Rational_Trees
2016-12-10 03:13:43 -06:00
2017-05-02 07:42:21 +01:00
+ @ref DepthLimited
2016-12-10 03:13:43 -06:00
2017-05-02 07:42:21 +01:00
+ @ref Tabling
2016-12-10 03:13:43 -06:00
2017-05-02 07:42:21 +01:00
+ @ref Threads
2017-04-13 21:42:34 +01:00
2017-05-02 07:42:21 +01:00
+ @ref Profiling
2017-04-13 21:42:34 +01:00
2017-05-02 07:42:21 +01:00
+ @ref YAPArrays
2017-04-13 21:42:34 +01:00
2017-05-02 07:42:21 +01:00
+ @ref Parallelism