concrete functor and monad transformers (fork of ross's transformers)
- page 1 of 8
- next ->
Thu Apr 28 15:15:22 UTC 2016 | ||
rename monad transformations for consistency, and generalize them from Monad to Functor | Wed Apr 27 15:48:32 UTC 2016 | |
fizruk | Tue Apr 26 23:35:49 UTC 2016 | |
fizruk | Tue Apr 26 23:26:47 UTC 2016 | |
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 |
Wed Feb 17 12:22:21 UTC 2016 | ||
Wed Feb 17 10:38:37 UTC 2016 | ||
Wed Feb 17 10:34:48 UTC 2016 | ||
(suggested by Oliver Charles) | Tue Feb 16 11:07:58 UTC 2016 | |
re-instate orphan instances Alternative (Either e) and MonadPlus (Either e) (fixes #22) | Thu Feb 11 18:20:27 UTC 2016 | |
Thu Feb 11 18:18:25 UTC 2016 | ||
document lift as a natural transformation in the category of monads | Thu Feb 11 18:17:38 UTC 2016 | |
Sun Jan 17 15:48:05 UTC 2016 | ||
Bump minor version number to 0.5.1.0, required by added instances | Sun Jan 17 15:47:13 UTC 2016 | |
Sun Jan 17 02:44:48 UTC 2016 | ||
Sun Jan 17 02:39:49 UTC 2016 | ||
Sun Jan 17 02:27:07 UTC 2016 | ||
Sun Jan 17 02:25:44 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 |
Sun Dec 20 13:14:35 UTC 2015 | ||
Thu Dec 17 17:40:40 UTC 2015 | ||
Thu Dec 17 17:31:48 UTC 2015 | ||
Conditionally expose Data.Functor.* modules As a part of #11135. This conditionally exposes | RyanGlScott | Thu Dec 17 17:09:19 UTC 2015 |
Wed Dec 16 13:53:02 UTC 2015 | ||
more uniform treatment of Read1/Show1/Read2/Show2 Now there are two methods in each class, corresponding to the methods in the basic classes, and each of the lifting functions takes pairs of function arguments. The lifting functions (which have not appeared in any release) are renamed from xxxWith to liftXxx, to avoid a clash with showListWith (from Text.Show). | Wed Dec 16 13:48:26 UTC 2015 | |
Tue Dec 15 19:42:34 UTC 2015 | ||
Change definitions of Read1 and Show1 to allow correct list instances The Read1 and Show1 classes did not allow special cases for lists as supported by the base classes Read and Show. Thus for example the following displayed incorrectly: Backwards "abc" Compose (Just "abc") see also https://ghc.haskell.org/trac/ghc/ticket/11135 To fix this requires an extra argument to the methods in Read1 and Show1, effectively taking explicit dictionaries with two entries, like the base classes. | Wed Dec 16 00:01:44 UTC 2015 |
- page 1 of 8
- next ->