X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2F6.6-notes.xml;fp=docs%2Fusers_guide%2F6.6-notes.xml;h=1e2dd68465e927474900b05cb369a05a2e3678ac;hb=ea283aa74e6fd2bec2b88eae19908bba903adea1;hp=31ad8139c562f891d64fea6a59d2f410b328f6b4;hpb=551f6eb1d84000c4c8a6cd0e9784cc6a133c2f0f;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 .