[Git][ghc/ghc][master] Fix in docs regarding SSymbol, SNat, SChar (#24119)

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Thu Nov 2 02:24:55 UTC 2023



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
03e82511 by Rodrigo Mesquita at 2023-11-01T22:24:32-04: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/03e8251119fda652bd25c989d449f966419c82d6

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/03e8251119fda652bd25c989d449f966419c82d6
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/6213e88a/attachment-0001.html>


More information about the ghc-commits mailing list