From 853252ac6699ec339f0692c913361b0df417ded6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 2 Oct 2006 16:14:30 +0000 Subject: * Document the new let. --- doc/manual/release-notes.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/manual/release-notes.xml') diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index cc04a5d808bb..a4a4f5034407 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -118,6 +118,9 @@ irreversible. the availability of primop in a backwards-compatible way. + Real let-expressions: let x = ...; + ... z = ...; in .... + -- cgit 1.4.1