X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fusing.xml;h=2828c6ae5bdda9958b49c282764697de7dd7caeb;hb=1bf40a4b38180b8b1c1bdaf4919bc327d5b27abe;hp=96d3c73bbf3b690838d906d1fe3271232ee697ca;hpb=b896489a1c548680f75e9001fb4bd0b30dbfedb3;p=ghc-hetmet.git diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 96d3c73..2828c6a 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -1547,7 +1547,7 @@ f "2" = 2 unused do binding, warning do binding, unused - Report expressions occuring in do and mdo blocks + Report expressions occurring in do and mdo blocks that appear to silently throw information away. For instance do { mapM popInt xs ; return 10 } would report the first statement in the do block as suspicious, @@ -1572,7 +1572,7 @@ f "2" = 2 apparently erroneous do binding, warning do binding, apparently erroneous - Report expressions occuring in do and mdo blocks + Report expressions occurring in do and mdo blocks that appear to lack a binding. For instance do { return (popInt 10) ; return 10 } would report the first statement in the do block as suspicious, @@ -1925,7 +1925,7 @@ f "2" = 2 (Default: 45) Governs the maximum size that GHC will allow a function unfolding to be. (An unfolding has a “size” that reflects the cost in terms of - “code bloat” of expanding that unfolding at + “code bloat” of expanding that unfolding at a call site. A bigger function would be assigned a bigger cost.)