diff options
-rw-r--r-- | docs/users_guide/using.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 8fa2434ff3..2828c6ae5b 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -1925,7 +1925,7 @@ f "2" = 2 <para>(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.) </para> |