[Git][ghc/ghc][master] Move Symbol implementation note out of public haddock
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Wed Nov 2 16:07:40 UTC 2022
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
ed81b448 by Oleg Grenrus at 2022-11-02T12:07:27-04:00
Move Symbol implementation note out of public haddock
- - - - -
1 changed file:
- libraries/ghc-prim/GHC/Types.hs
Changes:
=====================================
libraries/ghc-prim/GHC/Types.hs
=====================================
@@ -132,9 +132,10 @@ type family MultMul (a :: Multiplicity) (b :: Multiplicity) :: Multiplicity wher
********************************************************************* -}
-- | (Kind) This is the kind of type-level symbols.
--- Declared here because class IP needs it
data Symbol
+-- Symbol is declared here because class IP needs it
+
{- *********************************************************************
* *
Any
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ed81b44858ef6527087d82c0114ed0b2bf42399d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ed81b44858ef6527087d82c0114ed0b2bf42399d
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/20221102/b952b4fe/attachment.html>
More information about the ghc-commits
mailing list