diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-01-26 11:59:56 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-01-26 12:01:09 +0100 |
commit | ff9355e48d0cb04b3adf26e27e12e128f79618f4 (patch) | |
tree | 5615aab8403491323180d8e5f7b41bc4fae29783 /compiler/backpack | |
parent | 88a89b761ae37c38c190779b64e97bdd8cc10253 (diff) | |
download | haskell-ff9355e48d0cb04b3adf26e27e12e128f79618f4.tar.gz |
Typos in comments [ci skip]
Diffstat (limited to 'compiler/backpack')
-rw-r--r-- | compiler/backpack/NameShape.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/backpack/NameShape.hs b/compiler/backpack/NameShape.hs index 0804d71ebb..9817854f28 100644 --- a/compiler/backpack/NameShape.hs +++ b/compiler/backpack/NameShape.hs @@ -159,7 +159,7 @@ ns_module = mkHoleModule . ns_mod_name -- | Substitution on @{A.T}@. We enforce the invariant that the -- 'nameModule' of keys of this map have 'moduleUnitId' @hole@ -- (meaning that if we have a hole substitution, the keys of the map --- are never affected.) Alternately, this is ismorphic to +-- are never affected.) Alternately, this is isomorphic to -- @Map ('ModuleName', 'OccName') 'Name'@. type ShNameSubst = NameEnv Name |