concrete functor and monad transformers (fork of ross's transformers)
Migrate Contravariant instances These were originally defined in the contravariant library. The Data.Contravariant module will be moved to base in base-4.12 (GHC 8.6), so this commit moves the corresponding instances to transformers to accommodate the migration. | RyanGlScott | Thu Apr 19 21:02:38 UTC 2018 |
Backport Eq1/Ord1/Read1/Show1 instances for Proxy These instances were added in | RyanGlScott | Sun Apr 17 15:35:36 UTC 2016 |
Backport Num/Bits/IsString/etc. instances for Identity These instances were added in | RyanGlScott | Mon Apr 11 14:01:55 UTC 2016 |
Require GHC >= 7.0 for DeriveDataTypeable (fixes #19) It seems it was buggy in 6.12. | Sun Jan 17 02:21:58 UTC 2016 | |
Sun Jan 17 01:57:21 UTC 2016 | ||
Backport Bounded, Enum, Ix, and Storable instances for Identity These instances were added to | RyanGlScott | Tue Dec 22 00:14:03 UTC 2015 |
Conditionally expose Data.Functor.* modules As a part of #11135. This conditionally exposes | RyanGlScott | Thu Dec 17 17:09:19 UTC 2015 |
Proper base bounds (for real), backport Monoid Identity instance It has finally been decided that GHC 8.0 will ship with base-4.9.0.0, so we should follow that convention. Also, let's backport the Monoid (Identity a) instance that was introduced in GHC 8.0. | RyanGlScott | Wed Oct 28 03:40:19 UTC 2015 |
Mon Sep 28 00:28:06 UTC 2015 |