From 917c16c4f408b2b463f9834d2f0f937a4862c046 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 12 Sep 2006 08:11:04 +0000 Subject: [PATCH] Add postfix ops to the release notes --- docs/users_guide/6.6-notes.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml index 112b2c7..0e7b12b 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -327,8 +327,14 @@ + GHC now supports postfix operators, as a simple generalisation of + left sections (). + + + + Parallel arrays, as enabled by -fparr, no - longer work. + longer work. They'll be coming back shortly, in full glory. -- 1.7.10.4