fix some thread bugs (thanks to Paulo Moura).
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1866 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -3024,8 +3024,9 @@ Integers are sorted in increasing order;
|
||||
@item
|
||||
atoms are sorted in lexicographic order;
|
||||
@item
|
||||
compound terms are ordered first by name, then by arity of the main
|
||||
functor, and finally by their arguments in left-to-right order.
|
||||
compound terms are ordered first by arity of the main functor, then by
|
||||
the name of the main functor, and finally by their arguments in
|
||||
left-to-right order.
|
||||
@end itemize
|
||||
|
||||
@table @code
|
||||
|
Reference in New Issue
Block a user