- Aug 01, 2023
-
-
Ross Paterson authored
-
Ross Paterson authored
-
Ross Paterson authored
This was prompted by discussion in #92, during which it emerged that the docs were very unclear, and made AccumT appear much more generally useful than it really is.
-
Ross Paterson authored
-
- Feb 04, 2023
-
-
Ross Paterson authored
-
Ross Paterson authored
-
- Feb 01, 2023
-
-
Ross Paterson authored
-
- Jan 31, 2023
-
-
Ryan Scott authored
The `Foldable1` class (originally from the `semigroupoids` library) was added to `base` in version 4.18.0.0 (GHC 9.6.1). The `semigroupoids` library defined `Foldable1` instances for data types from `transformers`, so this patch moves the corresponding instances to `transformers` itself to accommodate the migration. For more information on `Foldable1`, see this Core Libraries Committee proposal: https://github.com/haskell/core-libraries-committee/issues/9
-
- Jan 09, 2023
-
-
Ross Paterson authored
-
- Jan 07, 2023
-
-
Ross Paterson authored
-
Ross Paterson authored
-
Ross Paterson authored
-
Ross Paterson authored
See https://github.com/agda/agda/issues/5659 Oleg has pointed out that GHC 8.6 has MonadFailDesugaring on by default, which provides an alternative solution to the issue with MonadTrans instances that led to this change.
-
Ross Paterson authored
-
- Feb 18, 2022
-
-
Ross Paterson authored
-
Ross Paterson authored
Although this is available in GHC 7.2, GHC.Generics is not declared Trustworthy in that version.
-
- Feb 02, 2022
-
-
Ross Paterson authored
-
Ross Paterson authored
Before GHC 8.8 (base-4.13), the Monad class also included fail, which might require more than Monad to implement.
-
Ross Paterson authored
-
- Jul 09, 2021
-
-
Ross Paterson authored
-
Ross Paterson authored
-
Ross Paterson authored
-
Ross Paterson authored
-
Ross Paterson authored
-
Ross Paterson authored
-
- Jul 05, 2021
-
-
Ross Paterson authored
-
Ross Paterson authored
-
Ross Paterson authored
-
Ross Paterson authored
-
- Jun 19, 2021
-
-
Ross Paterson authored
-
- Jun 05, 2021
-
-
Ross Paterson authored
-
Ross Paterson authored
conditional on GHC >= 8.6 (from SamuelSchlesinger and Icelandjack)
-
- Feb 15, 2021
-
-
Ross Paterson authored
-
- Oct 22, 2020
-
-
Ross Paterson authored
-
Ross Paterson authored
-
- Jun 06, 2020
-
-
Ross Paterson authored
-
- Mar 02, 2019
-
-
Ross Paterson authored
Suggested by Roman Cheplyaka.
-
- Feb 02, 2019
-
-
Ross Paterson authored
-
Ross Paterson authored
-