Skip to content
Snippets Groups Projects
Commit 36e67ff1 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Undocument obsolete form of "let"

parent fba17a90
No related branches found
No related tags found
No related merge requests found
......@@ -902,8 +902,8 @@ encountered</quote>).</para></footnote>.</para>
<simplesect><title>Let-expressions</title>
<para>A let-expression allows you define local
variables for an expression. For instance,
<para>A let-expression allows you define local variables for an
expression. For instance,
<programlisting>
let
......@@ -915,12 +915,6 @@ evaluates to <literal>"foobar"</literal>.
</para>
<note><para>There is also an obsolete form of let-expression,
<literal>let { <replaceable>attrs</replaceable> }</literal>, which is
translated to <literal>rec { <replaceable>attrs</replaceable>
}.body</literal>. That is, the body of the let-expression is the
<literal>body</literal> attribute of the set.</para></note>
</simplesect>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment