[Git][ghc/ghc][wip/T23162] Add type signature that will be removed
Richard Eisenberg (@rae)
gitlab at gitlab.haskell.org
Wed Aug 2 18:04:59 UTC 2023
Richard Eisenberg pushed to branch wip/T23162 at Glasgow Haskell Compiler / GHC
Commits:
ff4728ed by Richard Eisenberg at 2023-08-02T14:04:49-04:00
Add type signature that will be removed
- - - - -
1 changed file:
- compiler/GHC/ThToHs.hs
Changes:
=====================================
compiler/GHC/ThToHs.hs
=====================================
@@ -1321,6 +1321,7 @@ cvtStmt (TH.LetS ds) = do { ds' <- cvtLocalDecs LetBinding ds
cvtStmt (TH.ParS dss) = do { dss' <- mapM cvt_one dss
; returnLA $ ParStmt noExtField dss' noExpr noSyntaxExpr }
where
+ cvt_one :: [TH.Stmt] -> CvtM (ParStmtBlock GhcPs GhcPs) -- "RAE" remove this type signature
cvt_one ds = do { ds' <- cvtStmts ds
; return (ParStmtBlock noExtField ds' undefined noSyntaxExpr) }
cvtStmt (TH.RecS ss) = do { ss' <- mapM cvtStmt ss
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ff4728edaebac0a838f6262b391b0c5fa6f7a06e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ff4728edaebac0a838f6262b391b0c5fa6f7a06e
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230802/d70e1c2b/attachment.html>
More information about the ghc-commits
mailing list