diff options
author | Vladimír Čunát <vcunat@gmail.com> | 2014-09-19T13·18+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-23T13·08+0200 |
commit | c313d86bb89c856ada169e5eb4941061ad182c29 (patch) | |
tree | f742c74d4aa6704192a9a714050dde02d0e16488 /doc | |
parent | ebb1dbb3e17386a436af74228f13eb9de6a7b780 (diff) |
manual: add a note that lists are strict in length
Close #345.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/expressions/language-values.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/manual/expressions/language-values.xml b/doc/manual/expressions/language-values.xml index 519657f1563a..c3514e58f0de 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> |