From 98fe4dcf037472ec18db71f5ad9dab2110aa4cd9 Mon Sep 17 00:00:00 2001 From: Daniel Fischer Date: Mon, 30 May 2011 09:09:34 +0200 Subject: [PATCH] Remove repeated at in using.xml --- docs/users_guide/using.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 8fa2434..2828c6a 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -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.) -- 1.7.10.4