From 8b073f6c5be69e024eb20a2b296c94be54ec82ac Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Fri, 19 Feb 2016 12:57:03 +0100 Subject: A few more typos in non-code --- compiler/specialise/Specialise.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/specialise') diff --git a/compiler/specialise/Specialise.hs b/compiler/specialise/Specialise.hs index 443998b5fe..a8380d863b 100644 --- a/compiler/specialise/Specialise.hs +++ b/compiler/specialise/Specialise.hs @@ -766,7 +766,7 @@ Suppose * Import Lib(foo) into another module M * Call 'foo' at some specialised type in M Then you jolly well expect it to be specialised in M. But what if -'foo' calls another fuction 'Lib.bar'. Then you'd like 'bar' to be +'foo' calls another function 'Lib.bar'. Then you'd like 'bar' to be specialised too. But if 'bar' is not marked INLINEABLE it may well not be specialised. The warning Opt_WarnMissedSpecs warns about this. -- cgit v1.2.1