X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2F6.6-notes.xml;h=1e2dd68465e927474900b05cb369a05a2e3678ac;hb=b24311d669a707bd1d30660c640659ef6d90578c;hp=31ad8139c562f891d64fea6a59d2f410b328f6b4;hpb=55b21ce8b1c3605f95c4433670a76ff5bfe13ebc;p=ghc-hetmet.git diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml index 31ad813..1e2dd68 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -536,8 +536,9 @@ GHC.Exts now provides a function - lazy which forces GHC to think that its - argument is lazy in its first argument. + lazy, where lazy f + behaves like f, except GHC is forced + to believe that it is lazy in its first argument. For more details, see .