From 67999ec4df41db32b9dcb516d02b58e866239b3c Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Mon, 23 Nov 2009 10:14:23 +0000 Subject: [PATCH] atomic_list_concat/2. --- docs/yap.tex | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/yap.tex b/docs/yap.tex index 1599e0b55..caa4ab295 100644 --- a/docs/yap.tex +++ b/docs/yap.tex @@ -3375,7 +3375,16 @@ the first list. @findex atomic_concat/2 @snindex atomic_concat/2 @cnindex atomic_concat/2 -The predicate holds when the first argument is a list of atoms, and +The predicate holds when the first argument is a list of atomic terms, and +the second unifies with the atom obtained by concatenating all the +atomic terms in the first list. The first argument thus may contain +atoms or numbers. + +@item atomic_list_concat(+@var{As},?@var{A}) +@findex atomic_list_concat/2 +@snindex atomic_list_concat/2 +@cnindex atomic_list_concat/2 +The predicate holds when the first argument is a list of atomic terms, and the second unifies with the atom obtained by concatenating all the atomic terms in the first list. The first argument thus may contain atoms or numbers.