diff options
Diffstat (limited to 'compiler/GHC/Core/Opt/Specialise.hs')
-rw-r--r-- | compiler/GHC/Core/Opt/Specialise.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/Opt/Specialise.hs b/compiler/GHC/Core/Opt/Specialise.hs index ffb50d45c7..fc62f5fa8a 100644 --- a/compiler/GHC/Core/Opt/Specialise.hs +++ b/compiler/GHC/Core/Opt/Specialise.hs @@ -2528,7 +2528,7 @@ pragma made the program slower! The reason was that the specialised function $sinsertWith arising from the pragma looked rather like `f` above, and failed to specialise a call in its body like wimwam. Without the pragma, the original call to `insertWith` was completely -monomorpic, and speciased in one go. +monomorphic, and specialised in one go. -} instance Outputable DictBind where |