reformat base exports of typelits
This commit is contained in:
+11
-11
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user