[commit: ghc] master: base: Export Fingerprint accessors from Type.Reflection.Unsafe (88263f9)
git at git.haskell.org
git at git.haskell.org
Wed Jun 21 20:36:41 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/88263f93e0f3add38f925d5afb799eee8df32606/ghc
>---------------------------------------------------------------
commit 88263f93e0f3add38f925d5afb799eee8df32606
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
>---------------------------------------------------------------
88263f93e0f3add38f925d5afb799eee8df32606
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