From 64c630df5bf31f882dbbc62ec8ff75b6480a5f4d Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Mon, 4 Sep 2006 12:51:05 +0000 Subject: [PATCH] Remove linear implicit parameters, and document in release notes --- docs/users_guide/6.6-notes.xml | 7 +++++++ docs/users_guide/glasgow_exts.xml | 9 ++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml index f807a33..0c818ba 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -287,6 +287,13 @@ + Linear implicit parameters have been scheduled for removal for some + time. In 6.6 we've removed them from the user manual, and they may + well disappear from the compiler itself in 6.6.1. + + + + It is now possible, with the -I RTS flag, to control the amount of idle time that happens before a major GC is performed. diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index e801b56..de115ab 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -2642,6 +2642,11 @@ inner binding of ?x, so (f 9) will return + + Explicitly-kinded quantification -- 1.7.10.4