[commit: base] master: Export Proxy from Data.Typeable (90e9139)
José Pedro Magalhães
jpm at cs.uu.nl
Tue Feb 12 11:39:34 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/90e91393e36d4e1307c60d7dcca8840f21b5e4b8
>---------------------------------------------------------------
commit 90e91393e36d4e1307c60d7dcca8840f21b5e4b8
Author: Jose Pedro Magalhaes <jpm at cs.ox.ac.uk>
Date: Tue Feb 12 10:12:16 2013 +0000
Export Proxy from Data.Typeable
>---------------------------------------------------------------
Data/Typeable.hs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Data/Typeable.hs b/Data/Typeable.hs
index 66c6695..e1a0e3c 100644
--- a/Data/Typeable.hs
+++ b/Data/Typeable.hs
@@ -38,6 +38,9 @@
module Data.Typeable
(
+ -- * A proxy type
+ Proxy (..),
+
-- * The Typeable class
Typeable( typeRep ),
More information about the ghc-commits
mailing list