Updated to Logtalk 2.9.1
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@211 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
=================================================================
|
||||
Logtalk - Object oriented extension to Prolog
|
||||
Release 2.8.4
|
||||
Release 2.9.1
|
||||
|
||||
Copyright (c) 1998-2001 Paulo Moura. All Rights Reserved.
|
||||
=================================================================
|
||||
@@ -8,16 +8,28 @@ Copyright (c) 1998-2001 Paulo Moura. All Rights Reserved.
|
||||
This folder contains objects, categories, and protocols that implement
|
||||
predicates for dealing with common Prolog types and structures.
|
||||
|
||||
To load all a group of objects, protocols and categories in this
|
||||
library consult the corresponding *.loader utility file.
|
||||
To load a group of objects, protocols, and categories in this library
|
||||
consult the corresponding *.loader utility file. Currently, there are
|
||||
seven groups of entities defined:
|
||||
|
||||
Some files represent work in progress and are not loaded by default by
|
||||
any loader utility file.
|
||||
dates
|
||||
debugging
|
||||
events
|
||||
hierarchies
|
||||
metapredicates
|
||||
random
|
||||
types
|
||||
|
||||
There is also a file named all.loader that will load all entities in the
|
||||
seven groups listed above.
|
||||
|
||||
Specific notes about each group of objects, categories, and protocols
|
||||
can be found in the corresponding *.notes files.
|
||||
|
||||
Some files represent work in progress and are not loaded by default by
|
||||
any loader utility file.
|
||||
|
||||
Some of the code in this library is based on public domain Prolog code,
|
||||
in particular, adopted from the Edinburgh Prolog library.
|
||||
in particular, code adopted from the Edinburgh Prolog library.
|
||||
|
||||
All source files are formatted using four-spaces tabs.
|
||||
|
Reference in New Issue
Block a user