[commit: base] data-proxy: Start adding Data.Proxy and Data.Type.Equality functionality (4169acf)

José Pedro Magalhães jpm at cs.uu.nl
Wed Apr 24 15:08:37 CEST 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : data-proxy

https://github.com/ghc/packages-base/commit/4169acf5b0def8c53bbed67ba43776abc232f552

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

commit 4169acf5b0def8c53bbed67ba43776abc232f552
Author: Jose Pedro Magalhaes <jpm at cs.ox.ac.uk>
Date:   Mon Apr 22 15:43:17 2013 +0100

    Start adding Data.Proxy and Data.Type.Equality functionality

 Control/Applicative.hs         |    7 +++
 Data/Data.hs                   |   17 ++++++
 Data/Foldable.hs               |   15 +++++
 Data/Monoid.hs                 |    9 +++
 Data/Proxy.hs                  |   34 ++++++++++++
 Data/Traversable.hs            |   11 ++++
 Data/Type/Equality.hs          |  117 ++++++++++++++++++++++++++++++++++++++++
 Data/Typeable.hs               |   14 +++++
 Data/Typeable/Internal.hs      |    7 +--
 Data/Typeable/Internal.hs-boot |    3 +-
 GHC/Arr.lhs                    |   17 ++++++
 GHC/Enum.lhs                   |   28 +++++++++-
 GHC/Generics.hs                |    5 ++
 GHC/Read.lhs                   |    4 ++
 base.cabal                     |    2 +
 15 files changed, 283 insertions(+), 7 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 4169acf5b0def8c53bbed67ba43776abc232f552



More information about the ghc-commits mailing list