Skip to content

Commit

Permalink
base: Export Fingerprint accessors from Type.Reflection.Unsafe
Browse files Browse the repository at this point in the history
Reviewers: dfeuer, austin, hvr

Reviewed By: dfeuer

Subscribers: rwbarton, thomie

Differential Revision: https://phabricator.haskell.org/D3660
  • Loading branch information
bgamari committed Jun 21, 2017
1 parent 6dd1257 commit 88263f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/base/Type/Reflection/Unsafe.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 88263f9

Please sign in to comment.