diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-02-02 14:10:31 +0100 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-02-21 15:42:29 +0100 |
commit | 547c40a324a4649c558147bb72befe1b9d7edf0d (patch) | |
tree | 195f4d1686685392631ddac202d4cfd8594fd33c /compiler/simplCore | |
parent | 50947195af59b7b288a67ef726006d18dbdfbbff (diff) | |
download | haskell-547c40a324a4649c558147bb72befe1b9d7edf0d.tar.gz |
[ci skip] comment typo
Diffstat (limited to 'compiler/simplCore')
-rw-r--r-- | compiler/simplCore/CallArity.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/CallArity.hs b/compiler/simplCore/CallArity.hs index 5ee5fe296a..7bfd2f53cf 100644 --- a/compiler/simplCore/CallArity.hs +++ b/compiler/simplCore/CallArity.hs @@ -347,7 +347,7 @@ t1) in the follwing code: t2 = if ... then go 1 else ... in go 0 -Detecting this would reqiure finding out what variables are only ever called +Detecting this would require finding out what variables are only ever called from thunks. While this is certainly possible, we yet have to see this to be relevant in the wild. |