diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-05-23 12:08:25 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-05-23 17:00:02 +0200 |
commit | 0b4b4a346e6922dafb073693593d55c7e87be9ca (patch) | |
tree | 0e9f72523430998b44225c7600999a983e971004 /compiler/coreSyn | |
parent | a29132e9248e39a45673b5c146341d9f4947dacd (diff) | |
download | haskell-0b4b4a346e6922dafb073693593d55c7e87be9ca.tar.gz |
Typos in comments and manual [ci skip]
Diffstat (limited to 'compiler/coreSyn')
-rw-r--r-- | compiler/coreSyn/TrieMap.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/TrieMap.hs b/compiler/coreSyn/TrieMap.hs index 308a9539ef..9058d03b57 100644 --- a/compiler/coreSyn/TrieMap.hs +++ b/compiler/coreSyn/TrieMap.hs @@ -446,7 +446,7 @@ Note [Binders] rather than cm_lam :: TypeMapG (CoreMapG a) - * We don't need to look at the type of some binders, notalby + * We don't need to look at the type of some binders, notably - the case binder in (Case _ b _ _) - the binders in an alternative because they are totally fixed by the context |