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 )
import GHC.TypeLits as X (
Symbol,
SomeSymbol(..),
Nat,
SomeNat(..),
CmpNat,
KnownSymbol,
KnownNat,
natVal,
someNatVal,
symbolVal,
someSymbolVal
Symbol
, SomeSymbol(..)
, Nat
, SomeNat(..)
, CmpNat
, KnownSymbol
, KnownNat
, natVal
, someNatVal
, symbolVal
, someSymbolVal
)
#endif