Changeset 4263
- Timestamp:
- 05/15/08 07:37:46 (7 weeks ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
configs/yap.config (modified) (2 diffs)
-
RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/yap.config
r4233 r4263 6 6 % configuration file for YAP Prolog 5.1.2 and later versions 7 7 % 8 % last updated: April 10, 20088 % last updated: May 15, 2008 9 9 % 10 10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 111 111 % forall(+callable, +callble) -- built-in 112 112 113 :- if(\+ predicate_property(forall(_, _), built_in)). 113 114 forall(Generate, Test) :- 114 115 \+ (call(Generate), \+ call(Test)). 116 :- endif. 115 117 116 118 -
trunk/RELEASE_NOTES.txt
r4260 r4263 12 12 13 13 2.31.6 - May ??, 2008 14 15 Modified the YAP config file to check the availability of the built-in 16 predicate forall/2. 14 17 15 18 Added support for the Pygments syntax highlighter (co-developed with
