From 50a79070cd2d1e7ae83e5571d9d8dfa327e00258 Mon Sep 17 00:00:00 2001 From: qrczak Date: Tue, 10 Apr 2001 15:54:31 +0000 Subject: [PATCH] [project @ 2001-04-10 15:54:31 by qrczak] Typo. --- ghc/docs/users_guide/sooner.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/docs/users_guide/sooner.sgml b/ghc/docs/users_guide/sooner.sgml index d739f9f..07a4e4b 100644 --- a/ghc/docs/users_guide/sooner.sgml +++ b/ghc/docs/users_guide/sooner.sgml @@ -520,7 +520,7 @@ Decrease the “go-for-it” threshold for unfolding smallish expressions. Give a -funfolding-use-threshold0 option option for the extreme case. (“Only unfoldings with -zero cost should proceed.”) Warning: except in certain specialiised +zero cost should proceed.”) Warning: except in certain specialised cases (like Happy parsers) this is likely to actually increase the size of your program, because unfolding generally enables extra simplifying optimisations to be performed. -- 1.7.10.4