manual: add a note that lists are strict in length

Close #345.
This commit is contained in:
Vladimír Čunát 2014-09-19 15:18:29 +02:00 committed by Eelco Dolstra
parent ebb1dbb3e1
commit c313d86bb8

View file

@ -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>
</section>