Take care to process heap overflows correctly.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@992 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -2687,6 +2687,14 @@ The predicate holds when the first argument is a list of atoms, and the
|
||||
second unifies with the atom obtained by concatenating all the atoms in
|
||||
the first list.
|
||||
|
||||
@item atom_concat(+@var{A1},+@var{A2},?@var{A})
|
||||
@findex atom_concat/3
|
||||
@syindex atom_concat/3
|
||||
@cnindex atom_concat/3
|
||||
The predicate holds when the first argument and second argument are
|
||||
atoms, and the third unifies with the atom obtained by concatenating
|
||||
the first two arguments.
|
||||
|
||||
@item atom_length(+@var{A},?@var{I}) [ISO]
|
||||
@findex atom_length/2
|
||||
@snindex atom_length/2
|
||||
|
Reference in New Issue
Block a user