X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2F6.6-notes.xml;h=a161b54122875a1fbd194ec1173d3402260d54f4;hb=fcf6ab7b3dfe389e971059bbf21dfa8179b20f5e;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..a161b54 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -171,7 +171,6 @@ , , , - , , , , @@ -536,8 +535,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 .