diff options
author | Gabor Greif <ggreif@gmail.com> | 2014-12-17 16:26:39 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-12-17 17:22:15 +0100 |
commit | 7719b637863a34532606c42419adef82b46cb808 (patch) | |
tree | f8c0768759cbec097f28c220dfc639448ff097fd /compiler/coreSyn | |
parent | ae1f2718e795feb908fdeba87b4945f5566d6d1a (diff) | |
download | haskell-7719b637863a34532606c42419adef82b46cb808.tar.gz |
Typo in note
Diffstat (limited to 'compiler/coreSyn')
-rw-r--r-- | compiler/coreSyn/CoreLint.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/CoreLint.hs b/compiler/coreSyn/CoreLint.hs index ea1befe82a..7c636b41c1 100644 --- a/compiler/coreSyn/CoreLint.hs +++ b/compiler/coreSyn/CoreLint.hs @@ -492,7 +492,7 @@ Note [Checking for INLINE loop breakers] It's very suspicious if a strong loop breaker is marked INLINE. However, the desugarer generates instance methods with INLINE pragmas -that form a mutually recursive group. Only afer a round of +that form a mutually recursive group. Only after a round of simplification are they unravelled. So we suppress the test for the desugarer. |