[Git][ghc/ghc][wip/spj-reinstallable-base2] Spelling error [skip ci]
Simon Peyton Jones pushed to branch wip/spj-reinstallable-base2 at Glasgow Haskell Compiler / GHC Commits: 699cbde1 by Simon Peyton Jones at 2026-04-22T00:17:12+01:00 Spelling error [skip ci] - - - - - 1 changed file: - compiler/GHC/Builtin.hs Changes: ===================================== compiler/GHC/Builtin.hs ===================================== @@ -191,7 +191,7 @@ When do we use each of these? and then renames and typechecks them. These bindings refer to a myriad of identifiers, such as `(==)`, `(>)`, `inRange`, and so on. Again GHC does not need to know a statically-known unique for them, but it does need to find them - so it uses known-occ names for them. See lots ant lots of definitions like + so it uses known-occ names for them. See lots and lots of definitions like gunfold_RDR :: RdrName gunfold_RDR = knownVarOccRdrName "gunfold" in GHC.Builtin.KnownOccs. This definition constructs a known-occ RdrName; sse View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/699cbde1d2f4c2ddea2bd14de3905c15... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/699cbde1d2f4c2ddea2bd14de3905c15... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)