diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2022-09-14 16:23:48 +0200 |
---|---|---|
committer | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2022-09-14 17:25:11 +0200 |
commit | b52f59369a7b986e8b3389b30025a3f010b736cb (patch) | |
tree | a1b9b74199c548db3c0ba0545e6eb67a0b1965f7 /docs/users_guide/using-optimisation.rst | |
parent | 7d7e71b03f4b2eb693f5ea69dadbccf491e7403f (diff) | |
download | haskell-wip/typos2.tar.gz |
Fix typoswip/typos2
Diffstat (limited to 'docs/users_guide/using-optimisation.rst')
-rw-r--r-- | docs/users_guide/using-optimisation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using-optimisation.rst b/docs/users_guide/using-optimisation.rst index 02f1fd50f6..b5f8c5bb29 100644 --- a/docs/users_guide/using-optimisation.rst +++ b/docs/users_guide/using-optimisation.rst @@ -335,7 +335,7 @@ by saying ``-fno-wombat``. CPR analysis will see that each code path produces a *constructed product* such as ``I# 0#`` in the first branch (where ``GHC.Exts.I#`` is the data - constructor of ``Int``, boxing up the the primitive integer literal ``0#`` + constructor of ``Int``, boxing up the primitive integer literal ``0#`` of type ``Int#``) and optimise to :: sum xs = I# ($wsum xs) |