From: simonpj@microsoft.com Date: Mon, 4 Sep 2006 12:51:05 +0000 (+0000) Subject: Remove linear implicit parameters, and document in release notes X-Git-Tag: Before_FC_branch_merge~77 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=64c630df5bf31f882dbbc62ec8ff75b6480a5f4d Remove linear implicit parameters, and document in release notes --- 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