[Git][ghc/ghc][wip/soulomoon/25647-allow-newtype-instance-in-gadt-syntax] format
Patrick (@soulomoon)
gitlab at gitlab.haskell.org
Fri Jan 17 11:03:52 UTC 2025
Patrick pushed to branch wip/soulomoon/25647-allow-newtype-instance-in-gadt-syntax at Glasgow Haskell Compiler / GHC
Commits:
965ae767 by Patrick at 2025-01-17T19:03:45+08:00
format
- - - - -
1 changed file:
- compiler/GHC/Tc/Gen/HsType.hs
Changes:
=====================================
compiler/GHC/Tc/Gen/HsType.hs
=====================================
@@ -75,6 +75,7 @@ module GHC.Tc.Gen.HsType (
-- Utils
tyLitFromLit, tyLitFromOverloadedLit,
+
) where
import GHC.Prelude hiding ( head, init, last, tail )
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/965ae7675257870b74f1c51f24ffa933f4bcd0e4
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/965ae7675257870b74f1c51f24ffa933f4bcd0e4
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/20250117/d7156caa/attachment.html>
More information about the ghc-commits
mailing list