diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-07-26 15:13:04 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-07-26 15:55:22 +0200 |
commit | 362339dd4cfd652b63c7cd1b7ea5a7486bb40944 (patch) | |
tree | 0f3ec7abbd3166e58feddadde9d6fd52a5ec3022 /compiler/specialise | |
parent | d31181b90cff7c791465687377cd2093627df429 (diff) | |
download | haskell-362339dd4cfd652b63c7cd1b7ea5a7486bb40944.tar.gz |
Fix note references and some typos
Diffstat (limited to 'compiler/specialise')
-rw-r--r-- | compiler/specialise/Specialise.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/specialise/Specialise.hs b/compiler/specialise/Specialise.hs index 869da640ea..e8c6c28eaf 100644 --- a/compiler/specialise/Specialise.hs +++ b/compiler/specialise/Specialise.hs @@ -147,7 +147,7 @@ becomes in fl -We still have recusion for non-overloaded functions which we +We still have recursion for non-overloaded functions which we specialise, but the recursive call should get specialised to the same recursive version. |