reformat base exports of typelits

This commit is contained in:
Stephen Diehl
2017-03-11 09:54:30 +00:00
parent 92905843a4
commit 5866877d3f
+11 -11
View File
@@ -101,17 +101,17 @@ import GHC.Stack as X (
#if ( __GLASGOW_HASKELL__ >= 710 ) #if ( __GLASGOW_HASKELL__ >= 710 )
import GHC.TypeLits as X ( import GHC.TypeLits as X (
Symbol, Symbol
SomeSymbol(..), , SomeSymbol(..)
Nat, , Nat
SomeNat(..), , SomeNat(..)
CmpNat, , CmpNat
KnownSymbol, , KnownSymbol
KnownNat, , KnownNat
natVal, , natVal
someNatVal, , someNatVal
symbolVal, , symbolVal
someSymbolVal , someSymbolVal
) )
#endif #endif