[Git][ghc/ghc][wip/T21623-tycon] Add GHC.Core.TyCo.FVs.hs-boot
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Wed Nov 16 11:16:15 UTC 2022
Simon Peyton Jones pushed to branch wip/T21623-tycon at Glasgow Haskell Compiler / GHC
Commits:
c9e5bf5d by Simon Peyton Jones at 2022-11-16T11:18:03+00:00
Add GHC.Core.TyCo.FVs.hs-boot
- - - - -
1 changed file:
- + compiler/GHC/Core/TyCo/FVs.hs-boot
Changes:
=====================================
compiler/GHC/Core/TyCo/FVs.hs-boot
=====================================
@@ -0,0 +1,6 @@
+module GHC.Core.TyCo.FVs where
+
+import GHC.Prelude ( Bool )
+import {-# SOURCE #-} GHC.Core.TyCo.Rep ( Type )
+
+noFreeVarsOfType :: Type -> Bool
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c9e5bf5d8e267312f42d19105d8fa33538a412cb
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c9e5bf5d8e267312f42d19105d8fa33538a412cb
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/20221116/d9274ba1/attachment.html>
More information about the ghc-commits
mailing list