[commit: ghc] wip/ttypeable: Export mkTrFun (81b9058)

git at git.haskell.org git at git.haskell.org
Sun Jan 29 20:22:12 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/ttypeable
Link       : http://ghc.haskell.org/trac/ghc/changeset/81b9058e17ba1d86ef915ed9186817674d2bbaa1/ghc

>---------------------------------------------------------------

commit 81b9058e17ba1d86ef915ed9186817674d2bbaa1
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Jan 28 13:18:51 2017 -0500

    Export mkTrFun


>---------------------------------------------------------------

81b9058e17ba1d86ef915ed9186817674d2bbaa1
 libraries/base/Data/Typeable/Internal.hs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libraries/base/Data/Typeable/Internal.hs b/libraries/base/Data/Typeable/Internal.hs
index 72079b1..a733d61 100644
--- a/libraries/base/Data/Typeable/Internal.hs
+++ b/libraries/base/Data/Typeable/Internal.hs
@@ -69,7 +69,8 @@ module Data.Typeable.Internal (
 
     -- * Construction
     -- | These are for internal use only
-    mkTrCon, mkTrApp, mkTyCon, mkTyCon#,
+    mkTrCon, mkTrApp, mkTrFun,
+    mkTyCon, mkTyCon#,
     typeSymbolTypeRep, typeNatTypeRep,
   ) where
 



More information about the ghc-commits mailing list