diff options
author | Sergei Trofimovich <siarheit@google.com> | 2015-06-03 21:39:10 +0100 |
---|---|---|
committer | Sergei Trofimovich <siarheit@google.com> | 2015-06-03 21:39:10 +0100 |
commit | 942cfa4e3257347dfc4644ce1a8a28db1fb0aee0 (patch) | |
tree | de7485dc94897b2835a2c316cae5ab3baa0dc1eb | |
parent | 08558a30c17572453e0f8bcbb483a8cb7f00eafa (diff) | |
download | haskell-942cfa4e3257347dfc4644ce1a8a28db1fb0aee0.tar.gz |
typo: 'Ture' / 'True'
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
-rw-r--r-- | compiler/basicTypes/RdrName.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/basicTypes/RdrName.hs b/compiler/basicTypes/RdrName.hs index b4deeca782..b6ae0723fb 100644 --- a/compiler/basicTypes/RdrName.hs +++ b/compiler/basicTypes/RdrName.hs @@ -449,7 +449,7 @@ i.e. how the Name came to be in scope. It can be in scope two ways: - gre_imp: a list of all the imports that brought it into scope It's an INVARIANT that you have one or the other; that is, either -gre_lcl is Ture, or gre_imp is non-empty. +gre_lcl is True, or gre_imp is non-empty. It is just possible to have *both* if there is a module loop: a Name is defined locally in A, and also brought into scope by importing a |