[Git][ghc/ghc][wip/romes/24119] Fix in docs regarding SSymbol, SNat, SChar (#24119)
Rodrigo Mesquita (@alt-romes)
gitlab at gitlab.haskell.org
Wed Nov 1 08:33:56 UTC 2023
Rodrigo Mesquita pushed to branch wip/romes/24119 at Glasgow Haskell Compiler / GHC
Commits:
7cdabe1d by Rodrigo Mesquita at 2023-11-01T08:33:45+00:00
Fix in docs regarding SSymbol, SNat, SChar (#24119)
- - - - -
2 changed files:
- libraries/base/src/GHC/TypeLits.hs
- libraries/base/src/GHC/TypeNats.hs
Changes:
=====================================
libraries/base/src/GHC/TypeLits.hs
=====================================
@@ -358,7 +358,7 @@ type role SSymbol nominal
--
-- @
-- f :: 'SSymbol' s -> ..
--- f SSymbol = {- SSymbol s in scope -}
+-- f SSymbol = {- KnownSymbol s in scope -}
-- @
--
-- @since 4.18.0.0
@@ -461,7 +461,7 @@ type role SChar nominal
--
-- @
-- f :: 'SChar' c -> ..
--- f SChar = {- SChar c in scope -}
+-- f SChar = {- KnownChar c in scope -}
-- @
--
-- @since 4.18.0.0
=====================================
libraries/base/src/GHC/TypeNats.hs
=====================================
@@ -362,7 +362,7 @@ type role SNat nominal
--
-- @
-- f :: 'SNat' n -> ..
--- f SNat = {- SNat n in scope -}
+-- f SNat = {- KnownNat n in scope -}
-- @
--
-- @since 4.18.0.0
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7cdabe1d4d142ca92d6f2f30c5b3eea6c89a61ad
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7cdabe1d4d142ca92d6f2f30c5b3eea6c89a61ad
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/20231101/bce060cf/attachment-0001.html>
More information about the ghc-commits
mailing list