Skip to content
Snippets Groups Projects
Commit 649c24b9 authored by Oleg Grenrus's avatar Oleg Grenrus Committed by Marge Bot
Browse files

Expose constructors of SNat, SChar and SSymbol in ghc-internal

parent b85b1199
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ module GHC.Internal.TypeLits
, OrderingI(..)
, N.cmpNat, cmpSymbol, cmpChar
-- ** Singleton values
, N.SNat, SSymbol, SChar
, N.SNat (..), SSymbol (..), SChar (..)
, pattern N.SNat, pattern SSymbol, pattern SChar
, fromSNat, fromSSymbol, fromSChar
, withSomeSNat, withSomeSSymbol, withSomeSChar
......
......@@ -36,7 +36,7 @@ module GHC.Internal.TypeNats
, sameNat
, decideNat
-- ** Singleton values
, SNat
, SNat (..)
, pattern SNat
, fromSNat
, withSomeSNat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment