Changeset 4266 for trunk/configs
- Timestamp:
- 05/18/08 05:45:28 (8 months ago)
- Files:
-
- 1 modified
-
trunk/configs/yap.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/yap.config
r4264 r4266 4 4 % Release 2.31.6 5 5 % 6 % configuration file for YAP Prolog 5.1. 2and later versions7 % 8 % last updated: May 1 5, 20086 % configuration file for YAP Prolog 5.1.3 and later versions 7 % 8 % last updated: May 18, 2008 9 9 % 10 10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 111 111 % forall(+callable, +callble) -- built-in 112 112 113 :- if(\+ predicate_property(forall(_, _), built_in)).114 forall(Generate, Test) :-115 \+ (call(Generate), \+ call(Test)).116 :- endif.117 118 113 119 114 % retractall(+callable) -- built-in
