Simon Peyton Jones pushed to branch wip/spj-reinstallable-base2 at Glasgow Haskell Compiler / GHC Commits: 496fc148 by Simon Peyton Jones at 2026-04-20T00:42:50+01:00 Wibble - - - - - 1 changed file: - libraries/base/src/GHC/KnownKeyNames.hs Changes: ===================================== libraries/base/src/GHC/KnownKeyNames.hs ===================================== @@ -203,6 +203,7 @@ module GHC.KnownKeyNames , Match, match , Clause, clause , Stmt, bindS, letS, noBindS, parS, recS + , Body, normalB, guardedB ) where import GHC.Internal.Base hiding( foldr ) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/496fc148b728107133588fa126515b2c... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/496fc148b728107133588fa126515b2c... You're receiving this email because of your account on gitlab.haskell.org.