Changeset 4263 for trunk/configs/yap.config
- Timestamp:
- 05/15/08 07:37:46 (4 months ago)
- Files:
-
- 1 modified
-
trunk/configs/yap.config (modified) (2 diffs)
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
