[commit: ghc] ghc-8.2: base: Export Fingerprint accessors from Type.Reflection.Unsafe (9649420)
git at git.haskell.org
git at git.haskell.org
Thu Jun 22 14:35:25 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.2
Link : http://ghc.haskell.org/trac/ghc/changeset/9649420a05e6417c05a46a3079b253bd69d03724/ghc
>---------------------------------------------------------------
commit 9649420a05e6417c05a46a3079b253bd69d03724
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Tue Jun 20 14:59:40 2017 -0400
base: Export Fingerprint accessors from Type.Reflection.Unsafe
Reviewers: dfeuer, austin, hvr
Reviewed By: dfeuer
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D3660
(cherry picked from commit 88263f93e0f3add38f925d5afb799eee8df32606)
>---------------------------------------------------------------
9649420a05e6417c05a46a3079b253bd69d03724
libraries/base/Type/Reflection/Unsafe.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libraries/base/Type/Reflection/Unsafe.hs b/libraries/base/Type/Reflection/Unsafe.hs
index 4cffd89..c0f2327 100644
--- a/libraries/base/Type/Reflection/Unsafe.hs
+++ b/libraries/base/Type/Reflection/Unsafe.hs
@@ -15,11 +15,11 @@
module Type.Reflection.Unsafe (
-- * Type representations
- TypeRep, mkTrApp, mkTyCon
+ TypeRep, mkTrApp, mkTyCon, typeRepFingerprint, someTypeRepFingerprint
-- * Kind representations
, KindRep(..), TypeLitSort(..)
-- * Type constructors
- , TyCon, mkTrCon, tyConKindRep, tyConKindArgs,
+ , TyCon, mkTrCon, tyConKindRep, tyConKindArgs, tyConFingerprint
) where
import Data.Typeable.Internal
More information about the ghc-commits
mailing list