Logtalk 2.22.2 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1218 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2004-12-25 03:06:18 +00:00
parent c0c9dcef65
commit 7f6c6af7d5
162 changed files with 768 additions and 476 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.22.1
Release 2.22.2
Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
=================================================================

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.22.1
Release 2.22.2
Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
=================================================================

View File

@@ -15,7 +15,7 @@
:- mode(next_state(+nonvar, -nonvar, -number), zero_or_more).
:- info(next_state/2,
:- info(next_state/3,
[comment is 'Generates a state sucessor.',
argnames is ['State', 'Next', 'Cost']]).