about summary refs log tree commit diff
path: root/doc/manual/expressions
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-09-19T13·18+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-23T13·08+0200
commitc313d86bb89c856ada169e5eb4941061ad182c29 (patch)
treef742c74d4aa6704192a9a714050dde02d0e16488 /doc/manual/expressions
parentebb1dbb3e17386a436af74228f13eb9de6a7b780 (diff)
manual: add a note that lists are strict in length
Close #345.
Diffstat (limited to 'doc/manual/expressions')
-rw-r--r--doc/manual/expressions/language-values.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/manual/expressions/language-values.xml b/doc/manual/expressions/language-values.xml
index 519657f156..c3514e58f0 100644
--- a/doc/manual/expressions/language-values.xml
+++ b/doc/manual/expressions/language-values.xml
@@ -189,6 +189,9 @@ to be enclosed in parentheses.  If they had been omitted, e.g.,
 the result would be a list of five elements, the fourth one being a
 function and the fifth being a set.</para>
 
+<para>Note that lists are only lazy in values, and they are strict in length.
+</para>
+
 </simplesect>
 
 
@@ -265,4 +268,4 @@ evaluates to <literal>false</literal>.</para>
 </simplesect>
 
 
-</section>
\ No newline at end of file
+</section>